pub struct Saio {
pub aux_info: Option<AuxInfo>,
pub offsets: Vec<u64>,
}Expand description
SampleAuxiliaryInformationOffsetsBox, ISO/IEC 14496-12:2022 Sect 8.7.9
Fields§
§aux_info: Option<AuxInfo>§offsets: Vec<u64>Trait Implementations§
impl Eq for Saio
impl StructuralPartialEq for Saio
Auto Trait Implementations§
impl Freeze for Saio
impl RefUnwindSafe for Saio
impl Send for Saio
impl Sync for Saio
impl Unpin for Saio
impl UnwindSafe for Saio
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