#[repr(C)]pub struct v4l2_av1_cdef {
pub damping_minus_3: __u8,
pub bits: __u8,
pub y_pri_strength: [__u8; 8],
pub y_sec_strength: [__u8; 8],
pub uv_pri_strength: [__u8; 8],
pub uv_sec_strength: [__u8; 8],
}
Fields§
§damping_minus_3: __u8
§bits: __u8
§y_pri_strength: [__u8; 8]
§y_sec_strength: [__u8; 8]
§uv_pri_strength: [__u8; 8]
§uv_sec_strength: [__u8; 8]
Trait Implementations§
Source§impl Clone for v4l2_av1_cdef
impl Clone for v4l2_av1_cdef
Source§fn clone(&self) -> v4l2_av1_cdef
fn clone(&self) -> v4l2_av1_cdef
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_cdef
impl Debug for v4l2_av1_cdef
impl Copy for v4l2_av1_cdef
Auto Trait Implementations§
impl Freeze for v4l2_av1_cdef
impl RefUnwindSafe for v4l2_av1_cdef
impl Send for v4l2_av1_cdef
impl Sync for v4l2_av1_cdef
impl Unpin for v4l2_av1_cdef
impl UnwindSafe for v4l2_av1_cdef
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