#[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 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 moreimpl Copy for IpconKeventPeer
Auto Trait Implementations§
impl Freeze for IpconKeventPeer
impl RefUnwindSafe for IpconKeventPeer
impl Send for IpconKeventPeer
impl Sync for IpconKeventPeer
impl Unpin for IpconKeventPeer
impl UnwindSafe for IpconKeventPeer
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