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