#[repr(C)]
pub struct MIB_IPINTERFACE_ROW {
Show 35 fields pub Family: ADDRESS_FAMILY, pub InterfaceLuid: NET_LUID_LH, pub InterfaceIndex: u32, pub MaxReassemblySize: u32, pub InterfaceIdentifier: u64, pub MinRouterAdvertisementInterval: u32, pub MaxRouterAdvertisementInterval: u32, pub AdvertisingEnabled: BOOLEAN, pub ForwardingEnabled: BOOLEAN, pub WeakHostSend: BOOLEAN, pub WeakHostReceive: BOOLEAN, pub UseAutomaticMetric: BOOLEAN, pub UseNeighborUnreachabilityDetection: BOOLEAN, pub ManagedAddressConfigurationSupported: BOOLEAN, pub OtherStatefulConfigurationSupported: BOOLEAN, pub AdvertiseDefaultRoute: BOOLEAN, pub RouterDiscoveryBehavior: NL_ROUTER_DISCOVERY_BEHAVIOR, pub DadTransmits: u32, pub BaseReachableTime: u32, pub RetransmitTime: u32, pub PathMtuDiscoveryTimeout: u32, pub LinkLocalAddressBehavior: NL_LINK_LOCAL_ADDRESS_BEHAVIOR, pub LinkLocalAddressTimeout: u32, pub ZoneIndices: [u32; 16], pub SitePrefixLength: u32, pub Metric: u32, pub NlMtu: u32, pub Connected: BOOLEAN, pub SupportsWakeUpPatterns: BOOLEAN, pub SupportsNeighborDiscovery: BOOLEAN, pub SupportsRouterDiscovery: BOOLEAN, pub ReachableTime: u32, pub TransmitOffload: NL_INTERFACE_OFFLOAD_ROD, pub ReceiveOffload: NL_INTERFACE_OFFLOAD_ROD, pub DisableDefaultRoutes: BOOLEAN,
}
Expand description

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

Fields§

§Family: ADDRESS_FAMILY§InterfaceLuid: NET_LUID_LH§InterfaceIndex: u32§MaxReassemblySize: u32§InterfaceIdentifier: u64§MinRouterAdvertisementInterval: u32§MaxRouterAdvertisementInterval: u32§AdvertisingEnabled: BOOLEAN§ForwardingEnabled: BOOLEAN§WeakHostSend: BOOLEAN§WeakHostReceive: BOOLEAN§UseAutomaticMetric: BOOLEAN§UseNeighborUnreachabilityDetection: BOOLEAN§ManagedAddressConfigurationSupported: BOOLEAN§OtherStatefulConfigurationSupported: BOOLEAN§AdvertiseDefaultRoute: BOOLEAN§RouterDiscoveryBehavior: NL_ROUTER_DISCOVERY_BEHAVIOR§DadTransmits: u32§BaseReachableTime: u32§RetransmitTime: u32§PathMtuDiscoveryTimeout: u32§LinkLocalAddressBehavior: NL_LINK_LOCAL_ADDRESS_BEHAVIOR§LinkLocalAddressTimeout: u32§ZoneIndices: [u32; 16]§SitePrefixLength: u32§Metric: u32§NlMtu: u32§Connected: BOOLEAN§SupportsWakeUpPatterns: BOOLEAN§SupportsNeighborDiscovery: BOOLEAN§SupportsRouterDiscovery: BOOLEAN§ReachableTime: u32§TransmitOffload: NL_INTERFACE_OFFLOAD_ROD§ReceiveOffload: NL_INTERFACE_OFFLOAD_ROD§DisableDefaultRoutes: BOOLEAN

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.