#[repr(C)]pub union IpconKeventUnion {
pub peer: IpconKeventPeer,
pub group: IpconKeventGroup,
}Fields§
§peer: IpconKeventPeer§group: IpconKeventGroupTrait Implementations§
Source§impl Clone for IpconKeventUnion
impl Clone for IpconKeventUnion
Source§fn clone(&self) -> IpconKeventUnion
fn clone(&self) -> IpconKeventUnion
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 IpconKeventUnion
Auto Trait Implementations§
impl Freeze for IpconKeventUnion
impl RefUnwindSafe for IpconKeventUnion
impl Send for IpconKeventUnion
impl Sync for IpconKeventUnion
impl Unpin for IpconKeventUnion
impl UnwindSafe for IpconKeventUnion
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