pub struct MoofBox {
pub mfhd: MfhdBox,
pub trafs: Vec<TrafBox>,
}
Fields§
§mfhd: MfhdBox
§trafs: Vec<TrafBox>
Implementations§
Trait Implementations§
source§impl PartialEq for MoofBox
impl PartialEq for MoofBox
impl Eq for MoofBox
impl StructuralPartialEq for MoofBox
Auto Trait Implementations§
impl Freeze for MoofBox
impl RefUnwindSafe for MoofBox
impl Send for MoofBox
impl Sync for MoofBox
impl Unpin for MoofBox
impl UnwindSafe for MoofBox
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