pub struct StblBox {
pub stsd: StsdBox,
pub stts: SttsBox,
pub ctts: Option<CttsBox>,
pub stss: Option<StssBox>,
pub stsc: StscBox,
pub stsz: StszBox,
pub stco: Option<StcoBox>,
pub co64: Option<Co64Box>,
}
Fields§
§stsd: StsdBox
§stts: SttsBox
§ctts: Option<CttsBox>
§stss: Option<StssBox>
§stsc: StscBox
§stsz: StszBox
§stco: Option<StcoBox>
§co64: Option<Co64Box>
Implementations§
Trait Implementations§
source§impl PartialEq for StblBox
impl PartialEq for StblBox
impl Eq for StblBox
impl StructuralPartialEq for StblBox
Auto Trait Implementations§
impl Freeze for StblBox
impl RefUnwindSafe for StblBox
impl Send for StblBox
impl Sync for StblBox
impl Unpin for StblBox
impl UnwindSafe for StblBox
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