Struct windows_sys::Win32::Networking::WinSock::SOCKADDR_TP
[−]#[repr(C)]pub struct SOCKADDR_TP {
pub tp_family: u16,
pub tp_addr_type: u16,
pub tp_taddr_len: u16,
pub tp_tsel_len: u16,
pub tp_addr: [u8; 64],
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
tp_family: u16
tp_addr_type: u16
tp_taddr_len: u16
tp_tsel_len: u16
tp_addr: [u8; 64]
Trait Implementations
impl Clone for SOCKADDR_TP
impl Clone for SOCKADDR_TP
impl Copy for SOCKADDR_TP
Auto Trait Implementations
impl RefUnwindSafe for SOCKADDR_TP
impl Send for SOCKADDR_TP
impl Sync for SOCKADDR_TP
impl Unpin for SOCKADDR_TP
impl UnwindSafe for SOCKADDR_TP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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