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 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