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