#[repr(C)]
pub struct IP_ADAPTER_INFO {
Show 18 fields pub Next: *mut IP_ADAPTER_INFO, pub ComboIndex: u32, pub AdapterName: [CHAR; 260], pub Description: [CHAR; 132], pub AddressLength: u32, pub Address: [u8; 8], pub Index: u32, pub Type: u32, pub DhcpEnabled: u32, pub CurrentIpAddress: *mut IP_ADDR_STRING, pub IpAddressList: IP_ADDR_STRING, pub GatewayList: IP_ADDR_STRING, pub DhcpServer: IP_ADDR_STRING, pub HaveWins: BOOL, pub PrimaryWinsServer: IP_ADDR_STRING, pub SecondaryWinsServer: IP_ADDR_STRING, pub LeaseObtained: i64, pub LeaseExpires: i64,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper", "Win32_Foundation"

Fields§

§Next: *mut IP_ADAPTER_INFO§ComboIndex: u32§AdapterName: [CHAR; 260]§Description: [CHAR; 132]§AddressLength: u32§Address: [u8; 8]§Index: u32§Type: u32§DhcpEnabled: u32§CurrentIpAddress: *mut IP_ADDR_STRING§IpAddressList: IP_ADDR_STRING§GatewayList: IP_ADDR_STRING§DhcpServer: IP_ADDR_STRING§HaveWins: BOOL§PrimaryWinsServer: IP_ADDR_STRING§SecondaryWinsServer: IP_ADDR_STRING§LeaseObtained: i64§LeaseExpires: i64

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.