#[repr(C)]pub struct SOCKADDR_STORAGE_LH {
pub ss_family: ADDRESS_FAMILY,
pub __ss_pad1: [CHAR; 6],
pub __ss_align: __int64,
pub __ss_pad2: [CHAR; 112],
}
Fields§
§ss_family: ADDRESS_FAMILY
§__ss_pad1: [CHAR; 6]
§__ss_align: __int64
§__ss_pad2: [CHAR; 112]
Trait Implementations§
Source§impl Clone for SOCKADDR_STORAGE_LH
impl Clone for SOCKADDR_STORAGE_LH
Source§fn clone(&self) -> SOCKADDR_STORAGE_LH
fn clone(&self) -> SOCKADDR_STORAGE_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_STORAGE_LH
impl Default for SOCKADDR_STORAGE_LH
Source§fn default() -> SOCKADDR_STORAGE_LH
fn default() -> SOCKADDR_STORAGE_LH
Returns the “default value” for a type. Read more
impl Copy for SOCKADDR_STORAGE_LH
Auto Trait Implementations§
impl Freeze for SOCKADDR_STORAGE_LH
impl RefUnwindSafe for SOCKADDR_STORAGE_LH
impl Send for SOCKADDR_STORAGE_LH
impl Sync for SOCKADDR_STORAGE_LH
impl Unpin for SOCKADDR_STORAGE_LH
impl UnwindSafe for SOCKADDR_STORAGE_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