pub struct MehdBox {
pub version: u8,
pub flags: u32,
pub fragment_duration: u64,
}
Fields§
§version: u8
§flags: u32
§fragment_duration: u64
Implementations§
Trait Implementations§
source§impl PartialEq for MehdBox
impl PartialEq for MehdBox
impl Eq for MehdBox
impl StructuralPartialEq for MehdBox
Auto Trait Implementations§
impl Freeze for MehdBox
impl RefUnwindSafe for MehdBox
impl Send for MehdBox
impl Sync for MehdBox
impl Unpin for MehdBox
impl UnwindSafe for MehdBox
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