pub struct BoxStsc {
pub header: Option<(u8, u32)>,
pub entry_count: u32,
pub entries: Vec<BoxStscEntriesType>,
}Fields§
§header: Option<(u8, u32)>§entry_count: u32§entries: Vec<BoxStscEntriesType>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxStsc
impl RefUnwindSafe for BoxStsc
impl Send for BoxStsc
impl Sync for BoxStsc
impl Unpin for BoxStsc
impl UnwindSafe for BoxStsc
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