pub struct Avcc {
pub configuration_version: u8,
pub avc_profile_indication: u8,
pub profile_compatibility: u8,
pub avc_level_indication: u8,
pub length_size: u8,
pub sequence_parameter_sets: Vec<Vec<u8>>,
pub picture_parameter_sets: Vec<Vec<u8>>,
pub ext: Option<AvccExt>,
}Fields§
§configuration_version: u8§avc_profile_indication: u8§profile_compatibility: u8§avc_level_indication: u8§length_size: u8§sequence_parameter_sets: Vec<Vec<u8>>§picture_parameter_sets: Vec<Vec<u8>>§ext: Option<AvccExt>Implementations§
Trait Implementations§
impl Eq for Avcc
impl StructuralPartialEq for Avcc
Auto Trait Implementations§
impl Freeze for Avcc
impl RefUnwindSafe for Avcc
impl Send for Avcc
impl Sync for Avcc
impl Unpin for Avcc
impl UnwindSafe for Avcc
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