[−][src]Struct winapi_ui_automation::shared::netioapi::MIB_IF_ROW2
Fields
InterfaceLuid: NET_LUID
InterfaceIndex: NET_IFINDEX
InterfaceGuid: GUID
Alias: [WCHAR; 257]
Description: [WCHAR; 257]
PhysicalAddressLength: ULONG
PhysicalAddress: [UCHAR; 32]
PermanentPhysicalAddress: [UCHAR; 32]
Mtu: ULONG
Type: IFTYPE
TunnelType: TUNNEL_TYPE
MediaType: NDIS_MEDIUM
PhysicalMediumType: NDIS_PHYSICAL_MEDIUM
AccessType: NET_IF_ACCESS_TYPE
DirectionType: NET_IF_DIRECTION_TYPE
InterfaceAndOperStatusFlags: MIB_IF_ROW2_InterfaceAndOperStatusFlags
OperStatus: IF_OPER_STATUS
AdminStatus: NET_IF_ADMIN_STATUS
MediaConnectState: NET_IF_MEDIA_CONNECT_STATE
NetworkGuid: NET_IF_NETWORK_GUID
ConnectionType: NET_IF_CONNECTION_TYPE
TransmitLinkSpeed: ULONG64
ReceiveLinkSpeed: ULONG64
InOctets: ULONG64
InUcastPkts: ULONG64
InNUcastPkts: ULONG64
InDiscards: ULONG64
InErrors: ULONG64
InUnknownProtos: ULONG64
InUcastOctets: ULONG64
InMulticastOctets: ULONG64
InBroadcastOctets: ULONG64
OutOctets: ULONG64
OutUcastPkts: ULONG64
OutNUcastPkts: ULONG64
OutDiscards: ULONG64
OutErrors: ULONG64
OutUcastOctets: ULONG64
OutMulticastOctets: ULONG64
OutBroadcastOctets: ULONG64
OutQLen: ULONG64
Trait Implementations
impl Clone for MIB_IF_ROW2
[src]
pub fn clone(&self) -> MIB_IF_ROW2
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for MIB_IF_ROW2
[src]
impl Default for MIB_IF_ROW2
[src]
pub fn default() -> MIB_IF_ROW2
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,