pub struct BoxSenc {
pub header: Option<(u8, u32)>,
pub sample_count: u32,
pub samples: Vec<BoxSencSamplesType>,
}Fields§
§header: Option<(u8, u32)>§sample_count: u32§samples: Vec<BoxSencSamplesType>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxSenc
impl RefUnwindSafe for BoxSenc
impl Send for BoxSenc
impl Sync for BoxSenc
impl Unpin for BoxSenc
impl UnwindSafe for BoxSenc
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