Struct windows_sys::Win32::Networking::WinSock::SOCKADDR_STORAGE_XP
[−]#[repr(C)]pub struct SOCKADDR_STORAGE_XP {
pub ss_family: i16,
pub __ss_pad1: [CHAR; 6],
pub __ss_align: i64,
pub __ss_pad2: [CHAR; 112],
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
ss_family: i16
__ss_pad1: [CHAR; 6]
__ss_align: i64
__ss_pad2: [CHAR; 112]
Trait Implementations
impl Clone for SOCKADDR_STORAGE_XP
impl Clone for SOCKADDR_STORAGE_XP
impl Copy for SOCKADDR_STORAGE_XP
Auto Trait Implementations
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
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