pub union IpconMsgUnion {
/* private fields */
}Trait Implementations§
Source§impl Clone for IpconMsgUnion
impl Clone for IpconMsgUnion
Source§fn clone(&self) -> IpconMsgUnion
fn clone(&self) -> IpconMsgUnion
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 IpconMsgUnion
Auto Trait Implementations§
impl Freeze for IpconMsgUnion
impl RefUnwindSafe for IpconMsgUnion
impl Send for IpconMsgUnion
impl Sync for IpconMsgUnion
impl Unpin for IpconMsgUnion
impl UnwindSafe for IpconMsgUnion
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