#[repr(C)]
pub struct MIB_IPFORWARD_ROW2 {
Show 15 fields pub InterfaceLuid: NET_LUID_LH, pub InterfaceIndex: u32, pub DestinationPrefix: IP_ADDRESS_PREFIX, pub NextHop: SOCKADDR_INET, pub SitePrefixLength: u8, pub ValidLifetime: u32, pub PreferredLifetime: u32, pub Metric: u32, pub Protocol: NL_ROUTE_PROTOCOL, pub Loopback: BOOLEAN, pub AutoconfigureAddress: BOOLEAN, pub Publish: BOOLEAN, pub Immortal: BOOLEAN, pub Age: u32, pub Origin: NL_ROUTE_ORIGIN,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper", "Win32_Foundation", "Win32_Networking_WinSock"

Fields

InterfaceLuid: NET_LUID_LHInterfaceIndex: u32DestinationPrefix: IP_ADDRESS_PREFIXNextHop: SOCKADDR_INETSitePrefixLength: u8ValidLifetime: u32PreferredLifetime: u32Metric: u32Protocol: NL_ROUTE_PROTOCOLLoopback: BOOLEANAutoconfigureAddress: BOOLEANPublish: BOOLEANImmortal: BOOLEANAge: u32Origin: NL_ROUTE_ORIGIN

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.