[−][src]Struct winapi_ui_automation::shared::netioapi::MIB_IF_ROW2
Fields
InterfaceLuid: NET_LUIDInterfaceIndex: NET_IFINDEXInterfaceGuid: GUIDAlias: [WCHAR; 257]Description: [WCHAR; 257]PhysicalAddressLength: ULONGPhysicalAddress: [UCHAR; 32]PermanentPhysicalAddress: [UCHAR; 32]Mtu: ULONGType: IFTYPETunnelType: TUNNEL_TYPEMediaType: NDIS_MEDIUMPhysicalMediumType: NDIS_PHYSICAL_MEDIUMAccessType: NET_IF_ACCESS_TYPEDirectionType: NET_IF_DIRECTION_TYPEInterfaceAndOperStatusFlags: MIB_IF_ROW2_InterfaceAndOperStatusFlagsOperStatus: IF_OPER_STATUSAdminStatus: NET_IF_ADMIN_STATUSMediaConnectState: NET_IF_MEDIA_CONNECT_STATENetworkGuid: NET_IF_NETWORK_GUIDConnectionType: NET_IF_CONNECTION_TYPETransmitLinkSpeed: ULONG64ReceiveLinkSpeed: ULONG64InOctets: ULONG64InUcastPkts: ULONG64InNUcastPkts: ULONG64InDiscards: ULONG64InErrors: ULONG64InUnknownProtos: ULONG64InUcastOctets: ULONG64InMulticastOctets: ULONG64InBroadcastOctets: ULONG64OutOctets: ULONG64OutUcastPkts: ULONG64OutNUcastPkts: ULONG64OutDiscards: ULONG64OutErrors: ULONG64OutUcastOctets: ULONG64OutMulticastOctets: ULONG64OutBroadcastOctets: ULONG64OutQLen: ULONG64Trait 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>,