pub struct Stsz {
pub samples: StszSamples,
}
Expand description
Sample Size Box (stsz)
Lists the size of each sample in the track.
Fields§
§samples: StszSamples
Trait Implementations§
impl Eq for Stsz
impl StructuralPartialEq for Stsz
Auto Trait Implementations§
impl Freeze for Stsz
impl RefUnwindSafe for Stsz
impl Send for Stsz
impl Sync for Stsz
impl Unpin for Stsz
impl UnwindSafe for Stsz
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