pub struct AvccExt {
pub chroma_format: u8,
pub bit_depth_luma: u8,
pub bit_depth_chroma: u8,
pub sequence_parameter_sets_ext: Vec<Vec<u8>>,
}
Fields§
§chroma_format: u8
§bit_depth_luma: u8
§bit_depth_chroma: u8
§sequence_parameter_sets_ext: Vec<Vec<u8>>
Trait Implementations§
impl Eq for AvccExt
impl StructuralPartialEq for AvccExt
Auto Trait Implementations§
impl Freeze for AvccExt
impl RefUnwindSafe for AvccExt
impl Send for AvccExt
impl Sync for AvccExt
impl Unpin for AvccExt
impl UnwindSafe for AvccExt
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