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