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