#[repr(C)]pub struct Dav1dFrameHeaderOperatingPoint {
pub buffer_removal_time: u32,
}
Fields§
§buffer_removal_time: u32
Trait Implementations§
source§impl Clone for Dav1dFrameHeaderOperatingPoint
impl Clone for Dav1dFrameHeaderOperatingPoint
source§fn clone(&self) -> Dav1dFrameHeaderOperatingPoint
fn clone(&self) -> Dav1dFrameHeaderOperatingPoint
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 Dav1dFrameHeaderOperatingPoint
Auto Trait Implementations§
impl RefUnwindSafe for Dav1dFrameHeaderOperatingPoint
impl Send for Dav1dFrameHeaderOperatingPoint
impl Sync for Dav1dFrameHeaderOperatingPoint
impl Unpin for Dav1dFrameHeaderOperatingPoint
impl UnwindSafe for Dav1dFrameHeaderOperatingPoint
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