pub struct MrtHeader {
pub timestamp: u32,
pub typ: MrtType,
pub length: u32,
}Fields§
§timestamp: u32§typ: MrtType§length: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MrtHeader
impl RefUnwindSafe for MrtHeader
impl Send for MrtHeader
impl Sync for MrtHeader
impl Unpin for MrtHeader
impl UnwindSafe for MrtHeader
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