#[repr(C)]pub struct SOCKADDR_IN6_LH {
    pub sin6_family: ADDRESS_FAMILY,
    pub sin6_port: USHORT,
    pub sin6_flowinfo: ULONG,
    pub sin6_addr: IN6_ADDR,
    pub u: SOCKADDR_IN6_LH_u,
}Fields
sin6_family: ADDRESS_FAMILYsin6_port: USHORTsin6_flowinfo: ULONGsin6_addr: IN6_ADDRu: SOCKADDR_IN6_LH_uTrait Implementations
sourceimpl Clone for SOCKADDR_IN6_LH
 
impl Clone for SOCKADDR_IN6_LH
sourcefn clone(&self) -> SOCKADDR_IN6_LH
 
fn clone(&self) -> SOCKADDR_IN6_LH
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for SOCKADDR_IN6_LH
Auto Trait Implementations
impl RefUnwindSafe for SOCKADDR_IN6_LH
impl Send for SOCKADDR_IN6_LH
impl Sync for SOCKADDR_IN6_LH
impl Unpin for SOCKADDR_IN6_LH
impl UnwindSafe for SOCKADDR_IN6_LH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more