#[repr(C)]pub union in_dependaddr {
pub id46_addr: in_addr_4in6,
pub id6_addr: in6_addr,
}Fields§
§id46_addr: in_addr_4in6§id6_addr: in6_addrTrait Implementations§
Source§impl Clone for in_dependaddr
impl Clone for in_dependaddr
Source§fn clone(&self) -> in_dependaddr
fn clone(&self) -> in_dependaddr
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 moreSource§impl Debug for in_dependaddr
impl Debug for in_dependaddr
impl Copy for in_dependaddr
Auto Trait Implementations§
impl Freeze for in_dependaddr
impl RefUnwindSafe for in_dependaddr
impl Send for in_dependaddr
impl Sync for in_dependaddr
impl Unpin for in_dependaddr
impl UnwindSafe for in_dependaddr
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