pub struct BoxMoof {
pub data: Vec<Mp4Box>,
}Fields§
§data: Vec<Mp4Box>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxMoof
impl RefUnwindSafe for BoxMoof
impl Send for BoxMoof
impl Sync for BoxMoof
impl Unpin for BoxMoof
impl UnwindSafe for BoxMoof
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