Struct sel4::RecvWithMRs 
source · pub struct RecvWithMRs {
    pub info: MessageInfo,
    pub badge: Badge,
    pub msg: [Word; 4],
}Expand description
The result of cap::Endpoint::recv_with_mrs.
Fields§
§info: MessageInfo§badge: Badge§msg: [Word; 4]