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 Freeze for BoxSttsEntriesType
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