pub struct BoxMfhd {
pub header: Option<(u8, u32)>,
pub seq_num: u32,
}Fields§
§header: Option<(u8, u32)>§seq_num: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxMfhd
impl RefUnwindSafe for BoxMfhd
impl Send for BoxMfhd
impl Sync for BoxMfhd
impl Unpin for BoxMfhd
impl UnwindSafe for BoxMfhd
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