#[repr(C)]pub struct MIB_IPINTERFACE_ROW {Show 35 fields
pub Family: ADDRESS_FAMILY,
pub InterfaceLuid: NET_LUID,
pub InterfaceIndex: NET_IFINDEX,
pub MaxReassemblySize: ULONG,
pub InterfaceIdentifier: ULONG64,
pub MinRouterAdvertisementInterval: ULONG,
pub MaxRouterAdvertisementInterval: ULONG,
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: ULONG,
pub BaseReachableTime: ULONG,
pub RetransmitTime: ULONG,
pub PathMtuDiscoveryTimeout: ULONG,
pub LinkLocalAddressBehavior: NL_LINK_LOCAL_ADDRESS_BEHAVIOR,
pub LinkLocalAddressTimeout: ULONG,
pub ZoneIndices: [ULONG; 16],
pub SitePrefixLength: ULONG,
pub Metric: ULONG,
pub NlMtu: ULONG,
pub Connected: BOOLEAN,
pub SupportsWakeUpPatterns: BOOLEAN,
pub SupportsNeighborDiscovery: BOOLEAN,
pub SupportsRouterDiscovery: BOOLEAN,
pub ReachableTime: ULONG,
pub TransmitOffload: NL_INTERFACE_OFFLOAD_ROD,
pub ReceiveOffload: NL_INTERFACE_OFFLOAD_ROD,
pub DisableDefaultRoutes: BOOLEAN,
}Fields§
§Family: ADDRESS_FAMILY§InterfaceLuid: NET_LUID§InterfaceIndex: NET_IFINDEX§MaxReassemblySize: ULONG§InterfaceIdentifier: ULONG64§MinRouterAdvertisementInterval: ULONG§MaxRouterAdvertisementInterval: ULONG§AdvertisingEnabled: BOOLEAN§ForwardingEnabled: BOOLEAN§WeakHostSend: BOOLEAN§WeakHostReceive: BOOLEAN§UseAutomaticMetric: BOOLEAN§UseNeighborUnreachabilityDetection: BOOLEAN§ManagedAddressConfigurationSupported: BOOLEAN§OtherStatefulConfigurationSupported: BOOLEAN§AdvertiseDefaultRoute: BOOLEAN§RouterDiscoveryBehavior: NL_ROUTER_DISCOVERY_BEHAVIOR§DadTransmits: ULONG§BaseReachableTime: ULONG§RetransmitTime: ULONG§PathMtuDiscoveryTimeout: ULONG§LinkLocalAddressBehavior: NL_LINK_LOCAL_ADDRESS_BEHAVIOR§LinkLocalAddressTimeout: ULONG§ZoneIndices: [ULONG; 16]§SitePrefixLength: ULONG§Metric: ULONG§NlMtu: ULONG§Connected: BOOLEAN§SupportsWakeUpPatterns: BOOLEAN§SupportsNeighborDiscovery: BOOLEAN§SupportsRouterDiscovery: BOOLEAN§ReachableTime: ULONG§TransmitOffload: NL_INTERFACE_OFFLOAD_ROD§ReceiveOffload: NL_INTERFACE_OFFLOAD_ROD§DisableDefaultRoutes: BOOLEANTrait Implementations§
Source§impl Clone for MIB_IPINTERFACE_ROW
impl Clone for MIB_IPINTERFACE_ROW
Source§fn clone(&self) -> MIB_IPINTERFACE_ROW
fn clone(&self) -> MIB_IPINTERFACE_ROW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for MIB_IPINTERFACE_ROW
impl Default for MIB_IPINTERFACE_ROW
Source§fn default() -> MIB_IPINTERFACE_ROW
fn default() -> MIB_IPINTERFACE_ROW
Returns the “default value” for a type. Read more
impl Copy for MIB_IPINTERFACE_ROW
Auto Trait Implementations§
impl Freeze for MIB_IPINTERFACE_ROW
impl RefUnwindSafe for MIB_IPINTERFACE_ROW
impl Send for MIB_IPINTERFACE_ROW
impl Sync for MIB_IPINTERFACE_ROW
impl Unpin for MIB_IPINTERFACE_ROW
impl UnwindSafe for MIB_IPINTERFACE_ROW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more