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 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