pub struct Tfhd {
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§
§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§
impl Eq for Tfhd
impl StructuralPartialEq for Tfhd
Auto Trait Implementations§
impl Freeze for Tfhd
impl RefUnwindSafe for Tfhd
impl Send for Tfhd
impl Sync for Tfhd
impl Unpin for Tfhd
impl UnwindSafe for Tfhd
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)