#[repr(C)]pub struct SOCKADDR_STORAGE_LH {
pub ss_family: c_ushort,
pub __ss_pad1: [c_char; 6],
pub __ss_align: i64,
pub __ss_pad2: [c_char; 112],
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§ss_family: c_ushort
🔬This is a nightly-only experimental API. (
§windows_c
)__ss_pad1: [c_char; 6]
🔬This is a nightly-only experimental API. (
§windows_c
)__ss_align: i64
🔬This is a nightly-only experimental API. (
§windows_c
)__ss_pad2: [c_char; 112]
🔬This is a nightly-only experimental API. (
windows_c
)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§
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