#[repr(C)]pub struct IpconKeventGroup {
pub group_name: [c_char; 32],
pub peer_name: [c_char; 32],
}Expand description
Group information of IpconKevent.
Fields§
§group_name: [c_char; 32]§peer_name: [c_char; 32]Trait Implementations§
Source§impl Clone for IpconKeventGroup
impl Clone for IpconKeventGroup
Source§fn clone(&self) -> IpconKeventGroup
fn clone(&self) -> IpconKeventGroup
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 IpconKeventGroup
Auto Trait Implementations§
impl Freeze for IpconKeventGroup
impl RefUnwindSafe for IpconKeventGroup
impl Send for IpconKeventGroup
impl Sync for IpconKeventGroup
impl Unpin for IpconKeventGroup
impl UnwindSafe for IpconKeventGroup
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