Struct ipcon_sys::ipcon_msg::IpconKeventPeer
source · #[repr(C)]pub struct IpconKeventPeer {
pub peer_name: [c_char; 32],
}Expand description
Peer information of IpconKevent.
Fields§
§peer_name: [c_char; 32]Trait Implementations§
source§impl Clone for IpconKeventPeer
impl Clone for IpconKeventPeer
source§fn clone(&self) -> IpconKeventPeer
fn clone(&self) -> IpconKeventPeer
Returns a copy 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 more