pub struct FtypBox {
pub major_brand: FourCC,
pub minor_version: u32,
pub compatible_brands: Vec<FourCC>,
}
Fields§
§major_brand: FourCC
§minor_version: u32
§compatible_brands: Vec<FourCC>
Implementations§
Trait Implementations§
source§impl PartialEq for FtypBox
impl PartialEq for FtypBox
impl Eq for FtypBox
impl StructuralPartialEq for FtypBox
Auto Trait Implementations§
impl Freeze for FtypBox
impl RefUnwindSafe for FtypBox
impl Send for FtypBox
impl Sync for FtypBox
impl Unpin for FtypBox
impl UnwindSafe for FtypBox
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