Struct windows::Win32::Networking::WinSock::SOCKADDR_STORAGE_XP
#[repr(C)]pub struct SOCKADDR_STORAGE_XP {
pub ss_family: i16,
pub __ss_pad1: [i8; 6],
pub __ss_align: i64,
pub __ss_pad2: [i8; 112],
}
Fields§
§ss_family: i16
§__ss_pad1: [i8; 6]
§__ss_align: i64
§__ss_pad2: [i8; 112]
Trait Implementations§
§impl Clone for SOCKADDR_STORAGE_XP
impl Clone for SOCKADDR_STORAGE_XP
§fn clone(&self) -> SOCKADDR_STORAGE_XP
fn clone(&self) -> SOCKADDR_STORAGE_XP
Returns a copy 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 more§impl Debug for SOCKADDR_STORAGE_XP
impl Debug for SOCKADDR_STORAGE_XP
§impl Default for SOCKADDR_STORAGE_XP
impl Default for SOCKADDR_STORAGE_XP
§impl PartialEq for SOCKADDR_STORAGE_XP
impl PartialEq for SOCKADDR_STORAGE_XP
§fn eq(&self, other: &SOCKADDR_STORAGE_XP) -> bool
fn eq(&self, other: &SOCKADDR_STORAGE_XP) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SOCKADDR_STORAGE_XP
impl Eq for SOCKADDR_STORAGE_XP
impl StructuralPartialEq for SOCKADDR_STORAGE_XP
Auto Trait Implementations§
impl Freeze for SOCKADDR_STORAGE_XP
impl RefUnwindSafe for SOCKADDR_STORAGE_XP
impl Send for SOCKADDR_STORAGE_XP
impl Sync for SOCKADDR_STORAGE_XP
impl Unpin for SOCKADDR_STORAGE_XP
impl UnwindSafe for SOCKADDR_STORAGE_XP
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)