pub struct MsgInfo {
pub cmd: u32,
pub meta: Option<InputType>,
pub payload: Option<InputType>,
}Fields§
§cmd: u32§meta: Option<InputType>§payload: Option<InputType>Auto Trait Implementations§
impl !Freeze for MsgInfo
impl RefUnwindSafe for MsgInfo
impl Send for MsgInfo
impl Sync for MsgInfo
impl Unpin for MsgInfo
impl UnwindSafe for MsgInfo
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