Struct bmf_parse::boxes::BoxSencSamplesTypeSubsamplesType
source · pub struct BoxSencSamplesTypeSubsamplesType {
pub header: Option<(u8, u32)>,
pub clear_bytes: u16,
pub cipher_bytes: u32,
}Fields§
§header: Option<(u8, u32)>§clear_bytes: u16§cipher_bytes: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BoxSencSamplesTypeSubsamplesType
impl Send for BoxSencSamplesTypeSubsamplesType
impl Sync for BoxSencSamplesTypeSubsamplesType
impl Unpin for BoxSencSamplesTypeSubsamplesType
impl UnwindSafe for BoxSencSamplesTypeSubsamplesType
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