#[repr(C)]
pub struct MIB_IPFORWARDROW {
Show 14 fields pub dwForwardDest: u32, pub dwForwardMask: u32, pub dwForwardPolicy: u32, pub dwForwardNextHop: u32, pub dwForwardIfIndex: u32, pub Anonymous1: MIB_IPFORWARDROW_0, pub Anonymous2: MIB_IPFORWARDROW_1, pub dwForwardAge: u32, pub dwForwardNextHopAS: u32, pub dwForwardMetric1: u32, pub dwForwardMetric2: u32, pub dwForwardMetric3: u32, pub dwForwardMetric4: u32, pub dwForwardMetric5: u32,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock"

Fields

dwForwardDest: u32dwForwardMask: u32dwForwardPolicy: u32dwForwardNextHop: u32dwForwardIfIndex: u32Anonymous1: MIB_IPFORWARDROW_0Anonymous2: MIB_IPFORWARDROW_1dwForwardAge: u32dwForwardNextHopAS: u32dwForwardMetric1: u32dwForwardMetric2: u32dwForwardMetric3: u32dwForwardMetric4: u32dwForwardMetric5: u32

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.