#[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_INFOComboIndex: u32AdapterName: [CHAR; 260]Description: [CHAR; 132]AddressLength: u32Address: [u8; 8]Index: u32Type: u32DhcpEnabled: u32CurrentIpAddress: *mut IP_ADDR_STRINGIpAddressList: IP_ADDR_STRINGGatewayList: IP_ADDR_STRINGDhcpServer: IP_ADDR_STRINGHaveWins: BOOLPrimaryWinsServer: IP_ADDR_STRINGSecondaryWinsServer: IP_ADDR_STRINGLeaseObtained: i64LeaseExpires: 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.