pub enum MetaBox {
Mdir {
ilst: Option<IlstBox>,
},
Unknown {
hdlr: HdlrBox,
data: Vec<(BoxType, Vec<u8>)>,
},
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for MetaBox
impl PartialEq for MetaBox
impl Eq for MetaBox
impl StructuralPartialEq for MetaBox
Auto Trait Implementations§
impl Freeze for MetaBox
impl RefUnwindSafe for MetaBox
impl Send for MetaBox
impl Sync for MetaBox
impl Unpin for MetaBox
impl UnwindSafe for MetaBox
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