pub struct LibIpconMsg {
pub group: [c_char; 32],
pub peer: [c_char; 32],
/* private fields */
}Expand description
Message interface to libipcon.
Fields§
§group: [c_char; 32]§peer: [c_char; 32]Implementations§
Source§impl LibIpconMsg
impl LibIpconMsg
pub fn new() -> LibIpconMsg
Trait Implementations§
Source§impl Clone for LibIpconMsg
impl Clone for LibIpconMsg
Source§fn clone(&self) -> LibIpconMsg
fn clone(&self) -> LibIpconMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for LibIpconMsg
impl Default for LibIpconMsg
Source§impl From<LibIpconMsg> for Result<IpconMsg, IpconError>
impl From<LibIpconMsg> for Result<IpconMsg, IpconError>
Source§fn from(msg: LibIpconMsg) -> Self
fn from(msg: LibIpconMsg) -> Self
Converts to this type from the input type.
impl Copy for LibIpconMsg
Auto Trait Implementations§
impl Freeze for LibIpconMsg
impl RefUnwindSafe for LibIpconMsg
impl Send for LibIpconMsg
impl Sync for LibIpconMsg
impl Unpin for LibIpconMsg
impl UnwindSafe for LibIpconMsg
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