Struct async_rustbus::rustbus_core::wire::unmarshal::Header    [−][src]
pub struct Header {
    pub byteorder: ByteOrder,
    pub typ: MessageType,
    pub flags: u8,
    pub version: u8,
    pub body_len: u32,
    pub serial: u32,
}Fields
byteorder: ByteOrdertyp: MessageTypeflags: u8version: u8body_len: u32serial: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Headerimpl UnwindSafe for HeaderBlanket Implementations
Mutably borrows from an owned value. Read more