pub struct BoxFtyp {
pub major_brand: [u8; 4],
pub minor_version: u32,
pub compatible_brands: Vec<[u8; 4]>,
}Fields§
§major_brand: [u8; 4]§minor_version: u32§compatible_brands: Vec<[u8; 4]>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxFtyp
impl RefUnwindSafe for BoxFtyp
impl Send for BoxFtyp
impl Sync for BoxFtyp
impl Unpin for BoxFtyp
impl UnwindSafe for BoxFtyp
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