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