Struct 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 moreimpl 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