#[repr(C)]pub struct SOCKADDR_STORAGE_XP {
pub ss_family: c_short,
pub __ss_pad1: [CHAR; 6],
pub __ss_align: __int64,
pub __ss_pad2: [CHAR; 112],
}
Fields§
§ss_family: c_short
§__ss_pad1: [CHAR; 6]
§__ss_align: __int64
§__ss_pad2: [CHAR; 112]
Trait Implementations§
Source§impl Clone for SOCKADDR_STORAGE_XP
impl Clone for SOCKADDR_STORAGE_XP
Source§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 moreSource§impl Default for SOCKADDR_STORAGE_XP
impl Default for SOCKADDR_STORAGE_XP
Source§fn default() -> SOCKADDR_STORAGE_XP
fn default() -> SOCKADDR_STORAGE_XP
Returns the “default value” for a type. Read more
impl Copy 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