pub struct BoxTfhd {
pub header: Option<(u8, u32)>,
pub track_id: u32,
pub base_data_offset: Option<u64>,
pub sample_description_index: Option<u32>,
pub default_sample_duration: Option<u32>,
pub default_sample_size: Option<u32>,
pub default_sample_flags: Option<u32>,
}Fields§
§header: Option<(u8, u32)>§track_id: u32§base_data_offset: Option<u64>§sample_description_index: Option<u32>§default_sample_duration: Option<u32>§default_sample_size: Option<u32>§default_sample_flags: Option<u32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxTfhd
impl RefUnwindSafe for BoxTfhd
impl Send for BoxTfhd
impl Sync for BoxTfhd
impl Unpin for BoxTfhd
impl UnwindSafe for BoxTfhd
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