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