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