#[repr(C)]pub struct v4l2_av1_loop_restoration {
pub flags: __u8,
pub lr_unit_shift: __u8,
pub lr_uv_shift: __u8,
pub reserved: __u8,
pub frame_restoration_type: [v4l2_av1_frame_restoration_type; 3],
pub loop_restoration_size: [__u32; 3],
}
Fields§
§flags: __u8
§lr_unit_shift: __u8
§lr_uv_shift: __u8
§reserved: __u8
§frame_restoration_type: [v4l2_av1_frame_restoration_type; 3]
§loop_restoration_size: [__u32; 3]
Trait Implementations§
Source§impl Clone for v4l2_av1_loop_restoration
impl Clone for v4l2_av1_loop_restoration
Source§fn clone(&self) -> v4l2_av1_loop_restoration
fn clone(&self) -> v4l2_av1_loop_restoration
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for v4l2_av1_loop_restoration
impl Debug for v4l2_av1_loop_restoration
impl Copy for v4l2_av1_loop_restoration
Auto Trait Implementations§
impl Freeze for v4l2_av1_loop_restoration
impl RefUnwindSafe for v4l2_av1_loop_restoration
impl Send for v4l2_av1_loop_restoration
impl Sync for v4l2_av1_loop_restoration
impl Unpin for v4l2_av1_loop_restoration
impl UnwindSafe for v4l2_av1_loop_restoration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more