pub enum IpconMsg {
IpconMsgUser(IpconMsgBody),
IpconMsgKevent(IpconKevent),
IpconMsgInvalid,
}Expand description
IPCON message.
Variants§
Auto Trait Implementations§
impl Freeze for IpconMsg
impl RefUnwindSafe for IpconMsg
impl Send for IpconMsg
impl Sync for IpconMsg
impl Unpin for IpconMsg
impl UnwindSafe for IpconMsg
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