#[repr(C)]
pub struct IP_ADAPTER_ADDRESSES_XP {
Show 19 fields pub Anonymous: IP_ADAPTER_ADDRESSES_XP_0, pub Next: *mut IP_ADAPTER_ADDRESSES_XP, pub AdapterName: PSTR, pub FirstUnicastAddress: *mut IP_ADAPTER_UNICAST_ADDRESS_XP, pub FirstAnycastAddress: *mut IP_ADAPTER_ANYCAST_ADDRESS_XP, pub FirstMulticastAddress: *mut IP_ADAPTER_MULTICAST_ADDRESS_XP, pub FirstDnsServerAddress: *mut IP_ADAPTER_DNS_SERVER_ADDRESS_XP, pub DnsSuffix: PWSTR, pub Description: PWSTR, pub FriendlyName: PWSTR, pub PhysicalAddress: [u8; 8], pub PhysicalAddressLength: u32, pub Flags: u32, pub Mtu: u32, pub IfType: u32, pub OperStatus: IF_OPER_STATUS, pub Ipv6IfIndex: u32, pub ZoneIndices: [u32; 16], pub FirstPrefix: *mut IP_ADAPTER_PREFIX_XP,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper", "Win32_Foundation", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock"

Fields§

§Anonymous: IP_ADAPTER_ADDRESSES_XP_0§Next: *mut IP_ADAPTER_ADDRESSES_XP§AdapterName: PSTR§FirstUnicastAddress: *mut IP_ADAPTER_UNICAST_ADDRESS_XP§FirstAnycastAddress: *mut IP_ADAPTER_ANYCAST_ADDRESS_XP§FirstMulticastAddress: *mut IP_ADAPTER_MULTICAST_ADDRESS_XP§FirstDnsServerAddress: *mut IP_ADAPTER_DNS_SERVER_ADDRESS_XP§DnsSuffix: PWSTR§Description: PWSTR§FriendlyName: PWSTR§PhysicalAddress: [u8; 8]§PhysicalAddressLength: u32§Flags: u32§Mtu: u32§IfType: u32§OperStatus: IF_OPER_STATUS§Ipv6IfIndex: u32§ZoneIndices: [u32; 16]§FirstPrefix: *mut IP_ADAPTER_PREFIX_XP

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.