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