Struct ddmw_client::msg::recv::MsgInfo[][src]

pub struct MsgInfo {
    pub cmd: u32,
    pub metalen: u32,
    pub payloadlen: u64,
}
Expand description

Message information buffer passed to storate request callback closures.

Fields

cmd: u32

Message command number.

metalen: u32

Length of message metadata.

payloadlen: u64

Length of message payload.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.