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