pub struct BoxSencSamplesType {
pub header: Option<(u8, u32)>,
pub iv: [u8; 8],
pub subsample_count: Option<u16>,
pub subsamples: Option<Vec<BoxSencSamplesTypeSubsamplesType>>,
}Fields§
§header: Option<(u8, u32)>§iv: [u8; 8]§subsample_count: Option<u16>§subsamples: Option<Vec<BoxSencSamplesTypeSubsamplesType>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxSencSamplesType
impl RefUnwindSafe for BoxSencSamplesType
impl Send for BoxSencSamplesType
impl Sync for BoxSencSamplesType
impl Unpin for BoxSencSamplesType
impl UnwindSafe for BoxSencSamplesType
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