Struct windows_sys::Win32::Networking::WinSock::SOCKET_ADDRESS_LIST
[−]#[repr(C)]pub struct SOCKET_ADDRESS_LIST {
pub iAddressCount: i32,
pub Address: [SOCKET_ADDRESS; 1],
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
iAddressCount: i32
Address: [SOCKET_ADDRESS; 1]
Trait Implementations
impl Clone for SOCKET_ADDRESS_LIST
impl Clone for SOCKET_ADDRESS_LIST
impl Copy for SOCKET_ADDRESS_LIST
Auto Trait Implementations
impl RefUnwindSafe for SOCKET_ADDRESS_LIST
impl !Send for SOCKET_ADDRESS_LIST
impl !Sync for SOCKET_ADDRESS_LIST
impl Unpin for SOCKET_ADDRESS_LIST
impl UnwindSafe for SOCKET_ADDRESS_LIST
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