Struct windows_sys::Win32::Networking::WinSock::SOCKADDR_STORAGE
[−]#[repr(C)]pub struct SOCKADDR_STORAGE {
pub ss_family: u16,
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: u16
__ss_pad1: [CHAR; 6]
__ss_align: i64
__ss_pad2: [CHAR; 112]
Trait Implementations
impl Clone for SOCKADDR_STORAGE
impl Clone for SOCKADDR_STORAGE
impl Copy for SOCKADDR_STORAGE
Auto Trait Implementations
impl RefUnwindSafe for SOCKADDR_STORAGE
impl Send for SOCKADDR_STORAGE
impl Sync for SOCKADDR_STORAGE
impl Unpin for SOCKADDR_STORAGE
impl UnwindSafe for SOCKADDR_STORAGE
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