pub struct TrexBox {
pub version: u8,
pub flags: u32,
pub track_id: u32,
pub default_sample_description_index: u32,
pub default_sample_duration: u32,
pub default_sample_size: u32,
pub default_sample_flags: u32,
}
Fields§
§version: u8
§flags: u32
§track_id: u32
§default_sample_description_index: u32
§default_sample_duration: u32
§default_sample_size: u32
§default_sample_flags: u32
Implementations§
Trait Implementations§
source§impl PartialEq for TrexBox
impl PartialEq for TrexBox
impl Eq for TrexBox
impl StructuralPartialEq for TrexBox
Auto Trait Implementations§
impl Freeze for TrexBox
impl RefUnwindSafe for TrexBox
impl Send for TrexBox
impl Sync for TrexBox
impl Unpin for TrexBox
impl UnwindSafe for TrexBox
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