#[repr(C)]pub struct Dav1dSequenceHeaderOperatingPoint {
pub major_level: u8,
pub minor_level: u8,
pub initial_display_delay: u16,
pub idc: u8,
pub tier: u8,
pub decoder_model_param_present: u8,
pub display_model_param_present: u8,
}
Fields§
§major_level: u8
§minor_level: u8
§initial_display_delay: u16
§idc: u8
§tier: u8
§decoder_model_param_present: u8
§display_model_param_present: u8
Trait Implementations§
source§impl Clone for Dav1dSequenceHeaderOperatingPoint
impl Clone for Dav1dSequenceHeaderOperatingPoint
source§fn clone(&self) -> Dav1dSequenceHeaderOperatingPoint
fn clone(&self) -> Dav1dSequenceHeaderOperatingPoint
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 Dav1dSequenceHeaderOperatingPoint
Auto Trait Implementations§
impl RefUnwindSafe for Dav1dSequenceHeaderOperatingPoint
impl Send for Dav1dSequenceHeaderOperatingPoint
impl Sync for Dav1dSequenceHeaderOperatingPoint
impl Unpin for Dav1dSequenceHeaderOperatingPoint
impl UnwindSafe for Dav1dSequenceHeaderOperatingPoint
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