#[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_FAMILY
§sin6_port: USHORT
§sin6_flowinfo: ULONG
§sin6_addr: IN6_ADDR
§u: SOCKADDR_IN6_LH_u
Trait Implementations§
Source§impl Clone for SOCKADDR_IN6_LH
impl Clone for SOCKADDR_IN6_LH
Source§fn clone(&self) -> SOCKADDR_IN6_LH
fn clone(&self) -> SOCKADDR_IN6_LH
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 Default for SOCKADDR_IN6_LH
impl Default for SOCKADDR_IN6_LH
Source§fn default() -> SOCKADDR_IN6_LH
fn default() -> SOCKADDR_IN6_LH
Returns the “default value” for a type. Read more
impl Copy for SOCKADDR_IN6_LH
Auto Trait Implementations§
impl Freeze for SOCKADDR_IN6_LH
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§
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