pub struct Rdispatch {
pub contexts: Contexts,
pub msg: Rmsg,
}Expand description
Representation of a mux Rdispatch frame.
Fields§
§contexts: ContextsContext information associated with this request.
msg: RmsgResponse of the dispatch request.
Trait Implementations§
impl Eq for Rdispatch
impl StructuralPartialEq for Rdispatch
Auto Trait Implementations§
impl Freeze for Rdispatch
impl RefUnwindSafe for Rdispatch
impl Send for Rdispatch
impl Sync for Rdispatch
impl Unpin for Rdispatch
impl UnwindSafe for Rdispatch
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