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