#[repr(C)]
pub struct MIB_IPINTERFACE_ROW {
Show 35 fields pub Family: u16, 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_Networking_WinSock"

Fields

Family: u16InterfaceLuid: NET_LUID_LHInterfaceIndex: u32MaxReassemblySize: u32InterfaceIdentifier: u64MinRouterAdvertisementInterval: u32MaxRouterAdvertisementInterval: u32AdvertisingEnabled: BOOLEANForwardingEnabled: BOOLEANWeakHostSend: BOOLEANWeakHostReceive: BOOLEANUseAutomaticMetric: BOOLEANUseNeighborUnreachabilityDetection: BOOLEANManagedAddressConfigurationSupported: BOOLEANOtherStatefulConfigurationSupported: BOOLEANAdvertiseDefaultRoute: BOOLEANRouterDiscoveryBehavior: NL_ROUTER_DISCOVERY_BEHAVIORDadTransmits: u32BaseReachableTime: u32RetransmitTime: u32PathMtuDiscoveryTimeout: u32LinkLocalAddressBehavior: NL_LINK_LOCAL_ADDRESS_BEHAVIORLinkLocalAddressTimeout: u32ZoneIndices: [u32; 16]SitePrefixLength: u32Metric: u32NlMtu: u32Connected: BOOLEANSupportsWakeUpPatterns: BOOLEANSupportsNeighborDiscovery: BOOLEANSupportsRouterDiscovery: BOOLEANReachableTime: u32TransmitOffload: NL_INTERFACE_OFFLOAD_RODReceiveOffload: NL_INTERFACE_OFFLOAD_RODDisableDefaultRoutes: 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.