#[repr(C)]pub struct Dav1dDeltaQ {
pub present: u8,
pub res_log2: u8,
}Fields§
§present: u8§res_log2: u8Trait Implementations§
Source§impl Clone for Dav1dDeltaQ
impl Clone for Dav1dDeltaQ
Source§fn clone(&self) -> Dav1dDeltaQ
fn clone(&self) -> Dav1dDeltaQ
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 Dav1dDeltaQ
impl Debug for Dav1dDeltaQ
impl Copy for Dav1dDeltaQ
Auto Trait Implementations§
impl Freeze for Dav1dDeltaQ
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