pub enum IpconMsg {
IpconMsgUser(IpconMsgBody),
IpconMsgKevent(IpconKevent),
IpconMsgInvalid,
}Variants
IpconMsgUser(IpconMsgBody)
IpconMsgKevent(IpconKevent)
IpconMsgInvalid
Implementations
sourceimpl IpconMsg
impl IpconMsg
pub fn from_libipcon_msg(msg: LibIpconMsg) -> Result<IpconMsg>
Auto Trait Implementations
impl RefUnwindSafe for IpconMsg
impl Send for IpconMsg
impl Sync for IpconMsg
impl Unpin for IpconMsg
impl UnwindSafe for IpconMsg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more