pub struct StsdBox {
pub version: u8,
pub flags: u32,
pub avc1: Option<Avc1Box>,
pub hev1: Option<Hev1Box>,
pub vp09: Option<Vp09Box>,
pub mp4a: Option<Mp4aBox>,
pub tx3g: Option<Tx3gBox>,
}
Fields§
§version: u8
§flags: u32
§avc1: Option<Avc1Box>
§hev1: Option<Hev1Box>
§vp09: Option<Vp09Box>
§mp4a: Option<Mp4aBox>
§tx3g: Option<Tx3gBox>
Implementations§
Trait Implementations§
source§impl PartialEq for StsdBox
impl PartialEq for StsdBox
impl Eq for StsdBox
impl StructuralPartialEq for StsdBox
Auto Trait Implementations§
impl Freeze for StsdBox
impl RefUnwindSafe for StsdBox
impl Send for StsdBox
impl Sync for StsdBox
impl Unpin for StsdBox
impl UnwindSafe for StsdBox
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