Crate ipmb

Source

Re-exports§

pub use platform::MemoryRegion;
pub use platform::Object;

Modules§

platform

Macros§

label
A helper macro to build Label, e.g. label!("network").

Structs§

BytesMessage
A predefined message type.
EndpointReceiver
The receiving half of endpoint, messages sent to the endpoint can be retrieved using recv, dropping receiver will close underly receving kernel buffer.
EndpointSender
The sending half of endpoint, messages can be sent with send.
Label
MemoryRegistry
Perform memory region allocation by reusing system memory.
Message
Options
Parameters for joining the bus.
Selector
Describe how a messages is routed.
Version

Enums§

Error
JoinError
LabelOp
Route matching operations, e.g.
RecvError
SelectorMode
SendError

Traits§

MessageBox

Functions§

decode
encode
join
version
version_pre

Derive Macros§

MessageBox