pub struct Av1c {
pub seq_profile: u8,
pub seq_level_idx_0: u8,
pub seq_tier_0: bool,
pub high_bitdepth: bool,
pub twelve_bit: bool,
pub monochrome: bool,
pub chroma_subsampling_x: bool,
pub chroma_subsampling_y: bool,
pub chroma_sample_position: u8,
pub initial_presentation_delay: Option<u8>,
pub config_obus: Vec<u8>,
}
Fields§
§seq_profile: u8
§seq_level_idx_0: u8
§seq_tier_0: bool
§high_bitdepth: bool
§twelve_bit: bool
§monochrome: bool
§chroma_subsampling_x: bool
§chroma_subsampling_y: bool
§chroma_sample_position: u8
§initial_presentation_delay: Option<u8>
§config_obus: Vec<u8>
Trait Implementations§
impl Eq for Av1c
impl StructuralPartialEq for Av1c
Auto Trait Implementations§
impl Freeze for Av1c
impl RefUnwindSafe for Av1c
impl Send for Av1c
impl Sync for Av1c
impl Unpin for Av1c
impl UnwindSafe for Av1c
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