#[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
sourceimpl Clone for SOCKADDR_STORAGE_LH
impl Clone for SOCKADDR_STORAGE_LH
sourcefn clone(&self) -> SOCKADDR_STORAGE_LH
fn clone(&self) -> SOCKADDR_STORAGE_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_STORAGE_LH
Auto Trait Implementations
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
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