pub struct BoxMinf {
pub data: Vec<Mp4Box>,
}Fields§
§data: Vec<Mp4Box>Trait Implementations§
Auto Trait Implementations§
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