Struct ipcon_sys::ipcon_msg::IpconMsgBody
source · [−]pub struct IpconMsgBody {
pub msg_type: IpconMsgType,
pub peer: String,
pub group: Option<String>,
pub buf: Vec<u8>,
}Fields
msg_type: IpconMsgTypepeer: Stringgroup: Option<String>buf: Vec<u8>Auto Trait Implementations
impl RefUnwindSafe for IpconMsgBody
impl Send for IpconMsgBody
impl Sync for IpconMsgBody
impl Unpin for IpconMsgBody
impl UnwindSafe for IpconMsgBody
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