#[repr(C)]pub struct NET_ADDRESS_INFO_0_0 {
pub Address: [u16; 256],
pub Port: [u16; 6],
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§Address: [u16; 256]
§Port: [u16; 6]
Trait Implementations§
§impl Clone for NET_ADDRESS_INFO_0_0
impl Clone for NET_ADDRESS_INFO_0_0
impl Copy for NET_ADDRESS_INFO_0_0
Auto Trait Implementations§
impl RefUnwindSafe for NET_ADDRESS_INFO_0_0
impl Send for NET_ADDRESS_INFO_0_0
impl Sync for NET_ADDRESS_INFO_0_0
impl Unpin for NET_ADDRESS_INFO_0_0
impl UnwindSafe for NET_ADDRESS_INFO_0_0
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