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