pub struct AuxInfo {
pub aux_info_type: FourCC,
pub aux_info_type_parameter: u32,
}Expand description
Auxiliary information type and parameter shared by saiz and saio,
ISO/IEC 14496-12:2022 Sect 8.7.8 / 8.7.9.
Fields§
§aux_info_type: FourCC§aux_info_type_parameter: u32Trait Implementations§
impl Eq for AuxInfo
impl StructuralPartialEq for AuxInfo
Auto Trait Implementations§
impl Freeze for AuxInfo
impl RefUnwindSafe for AuxInfo
impl Send for AuxInfo
impl Sync for AuxInfo
impl Unpin for AuxInfo
impl UnsafeUnpin for AuxInfo
impl UnwindSafe for AuxInfo
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