pub struct TrakBox {
pub tkhd: TkhdBox,
pub edts: Option<EdtsBox>,
pub meta: Option<MetaBox>,
pub mdia: MdiaBox,
}
Fields§
§tkhd: TkhdBox
§edts: Option<EdtsBox>
§meta: Option<MetaBox>
§mdia: MdiaBox
Implementations§
Trait Implementations§
source§impl PartialEq for TrakBox
impl PartialEq for TrakBox
impl Eq for TrakBox
impl StructuralPartialEq for TrakBox
Auto Trait Implementations§
impl Freeze for TrakBox
impl RefUnwindSafe for TrakBox
impl Send for TrakBox
impl Sync for TrakBox
impl Unpin for TrakBox
impl UnwindSafe for TrakBox
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