pub struct MetaBox<'data> {
pub hdlr: HdlrBox,
pub iloc: IlocBox<'data>,
pub iinf: IinfBox,
pub pitm: PitmBox,
pub iprp: IprpBox,
pub iref: IrefBox,
}
Expand description
Metadata box
Fields§
§hdlr: HdlrBox
§iloc: IlocBox<'data>
§iinf: IinfBox
§pitm: PitmBox
§iprp: IprpBox
§iref: IrefBox
Trait Implementations§
Auto Trait Implementations§
impl<'data> Freeze for MetaBox<'data>
impl<'data> RefUnwindSafe for MetaBox<'data>
impl<'data> Send for MetaBox<'data>
impl<'data> Sync for MetaBox<'data>
impl<'data> Unpin for MetaBox<'data>
impl<'data> UnwindSafe for MetaBox<'data>
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