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