Struct windows_sys::Win32::Networking::WinSock::sockaddr_ipx
[−]#[repr(C)]pub struct sockaddr_ipx {
pub sa_family: i16,
pub sa_netnum: [CHAR; 4],
pub sa_nodenum: [CHAR; 6],
pub sa_socket: u16,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
sa_family: i16
sa_netnum: [CHAR; 4]
sa_nodenum: [CHAR; 6]
sa_socket: u16
Trait Implementations
impl Clone for sockaddr_ipx
impl Clone for sockaddr_ipx
impl Copy for sockaddr_ipx
Auto Trait Implementations
impl RefUnwindSafe for sockaddr_ipx
impl Send for sockaddr_ipx
impl Sync for sockaddr_ipx
impl Unpin for sockaddr_ipx
impl UnwindSafe for sockaddr_ipx
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