Struct bmf_parse::boxes::BoxStscEntriesType
source · pub struct BoxStscEntriesType {
pub header: Option<(u8, u32)>,
pub first_chunk: u32,
pub samples_per_chunk: u32,
pub sample_description_index: u32,
}Fields§
§header: Option<(u8, u32)>§first_chunk: u32§samples_per_chunk: u32§sample_description_index: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BoxStscEntriesType
impl Send for BoxStscEntriesType
impl Sync for BoxStscEntriesType
impl Unpin for BoxStscEntriesType
impl UnwindSafe for BoxStscEntriesType
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