#[repr(C)]
pub struct MIB_IF_ROW2 {
Show 41 fields pub InterfaceLuid: NET_LUID_LH, pub InterfaceIndex: u32, pub InterfaceGuid: GUID, pub Alias: [u16; 257], pub Description: [u16; 257], pub PhysicalAddressLength: u32, pub PhysicalAddress: [u8; 32], pub PermanentPhysicalAddress: [u8; 32], pub Mtu: u32, pub Type: u32, pub TunnelType: TUNNEL_TYPE, pub MediaType: NDIS_MEDIUM, pub PhysicalMediumType: NDIS_PHYSICAL_MEDIUM, pub AccessType: NET_IF_ACCESS_TYPE, pub DirectionType: NET_IF_DIRECTION_TYPE, pub InterfaceAndOperStatusFlags: MIB_IF_ROW2_0, pub OperStatus: IF_OPER_STATUS, pub AdminStatus: NET_IF_ADMIN_STATUS, pub MediaConnectState: NET_IF_MEDIA_CONNECT_STATE, pub NetworkGuid: GUID, pub ConnectionType: NET_IF_CONNECTION_TYPE, pub TransmitLinkSpeed: u64, pub ReceiveLinkSpeed: u64, pub InOctets: u64, pub InUcastPkts: u64, pub InNUcastPkts: u64, pub InDiscards: u64, pub InErrors: u64, pub InUnknownProtos: u64, pub InUcastOctets: u64, pub InMulticastOctets: u64, pub InBroadcastOctets: u64, pub OutOctets: u64, pub OutUcastPkts: u64, pub OutNUcastPkts: u64, pub OutDiscards: u64, pub OutErrors: u64, pub OutUcastOctets: u64, pub OutMulticastOctets: u64, pub OutBroadcastOctets: u64, pub OutQLen: u64,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis"

Fields

InterfaceLuid: NET_LUID_LHInterfaceIndex: u32InterfaceGuid: GUIDAlias: [u16; 257]Description: [u16; 257]PhysicalAddressLength: u32PhysicalAddress: [u8; 32]PermanentPhysicalAddress: [u8; 32]Mtu: u32Type: u32TunnelType: TUNNEL_TYPEMediaType: NDIS_MEDIUMPhysicalMediumType: NDIS_PHYSICAL_MEDIUMAccessType: NET_IF_ACCESS_TYPEDirectionType: NET_IF_DIRECTION_TYPEInterfaceAndOperStatusFlags: MIB_IF_ROW2_0OperStatus: IF_OPER_STATUSAdminStatus: NET_IF_ADMIN_STATUSMediaConnectState: NET_IF_MEDIA_CONNECT_STATENetworkGuid: GUIDConnectionType: NET_IF_CONNECTION_TYPETransmitLinkSpeed: u64ReceiveLinkSpeed: u64InOctets: u64InUcastPkts: u64InNUcastPkts: u64InDiscards: u64InErrors: u64InUnknownProtos: u64InUcastOctets: u64InMulticastOctets: u64InBroadcastOctets: u64OutOctets: u64OutUcastPkts: u64OutNUcastPkts: u64OutDiscards: u64OutErrors: u64OutUcastOctets: u64OutMulticastOctets: u64OutBroadcastOctets: u64OutQLen: u64

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.