#[repr(C)]pub struct Dav1dDeltaLF {
pub present: u8,
pub res_log2: u8,
pub multi: u8,
}Fields§
§present: u8§res_log2: u8§multi: u8Trait Implementations§
Source§impl Clone for Dav1dDeltaLF
impl Clone for Dav1dDeltaLF
Source§fn clone(&self) -> Dav1dDeltaLF
fn clone(&self) -> Dav1dDeltaLF
Returns a duplicate 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 Freeze for Dav1dDeltaLF
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