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