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