pub struct MdiaBox {
pub mdhd: MdhdBox,
pub hdlr: HdlrBox,
pub minf: MinfBox,
}
Fields§
§mdhd: MdhdBox
§hdlr: HdlrBox
§minf: MinfBox
Implementations§
Trait Implementations§
source§impl PartialEq for MdiaBox
impl PartialEq for MdiaBox
impl Eq for MdiaBox
impl StructuralPartialEq for MdiaBox
Auto Trait Implementations§
impl Freeze for MdiaBox
impl RefUnwindSafe for MdiaBox
impl Send for MdiaBox
impl Sync for MdiaBox
impl Unpin for MdiaBox
impl UnwindSafe for MdiaBox
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