#[repr(C)]pub struct Dav1dFrameHeader__bindgen_ty_7 {
pub level_y: [u8; 2],
pub level_u: u8,
pub level_v: u8,
pub mode_ref_delta_enabled: u8,
pub mode_ref_delta_update: u8,
pub mode_ref_deltas: Dav1dLoopfilterModeRefDeltas,
pub sharpness: u8,
}
Fields§
§level_y: [u8; 2]
§level_u: u8
§level_v: u8
§mode_ref_delta_enabled: u8
§mode_ref_delta_update: u8
§mode_ref_deltas: Dav1dLoopfilterModeRefDeltas
§sharpness: u8
Trait Implementations§
source§impl Clone for Dav1dFrameHeader__bindgen_ty_7
impl Clone for Dav1dFrameHeader__bindgen_ty_7
source§fn clone(&self) -> Dav1dFrameHeader__bindgen_ty_7
fn clone(&self) -> Dav1dFrameHeader__bindgen_ty_7
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 moreimpl Copy for Dav1dFrameHeader__bindgen_ty_7
Auto Trait Implementations§
impl RefUnwindSafe for Dav1dFrameHeader__bindgen_ty_7
impl Send for Dav1dFrameHeader__bindgen_ty_7
impl Sync for Dav1dFrameHeader__bindgen_ty_7
impl Unpin for Dav1dFrameHeader__bindgen_ty_7
impl UnwindSafe for Dav1dFrameHeader__bindgen_ty_7
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