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