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