Struct dav1d_sys::Dav1dDeltaLF
source · #[repr(C)]pub struct Dav1dDeltaLF {
pub present: u8,
pub res_log2: u8,
pub multi: u8,
}
Fields§
§present: u8
§res_log2: u8
§multi: u8
Trait Implementations§
source§impl Clone for Dav1dDeltaLF
impl Clone for Dav1dDeltaLF
source§fn clone(&self) -> Dav1dDeltaLF
fn clone(&self) -> Dav1dDeltaLF
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 Dav1dDeltaLF
impl Debug for Dav1dDeltaLF
impl Copy for Dav1dDeltaLF
Auto Trait Implementations§
impl RefUnwindSafe for Dav1dDeltaLF
impl Send for Dav1dDeltaLF
impl Sync for Dav1dDeltaLF
impl Unpin for Dav1dDeltaLF
impl UnwindSafe for Dav1dDeltaLF
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