#[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_NetworkManagement_Ndis", "Win32_Networking_WinSock"

Fields§

§InterfaceLuid: NET_LUID_LH§InterfaceIndex: u32§DestinationPrefix: IP_ADDRESS_PREFIX§NextHop: SOCKADDR_INET§SitePrefixLength: u8§ValidLifetime: u32§PreferredLifetime: u32§Metric: u32§Protocol: NL_ROUTE_PROTOCOL§Loopback: BOOLEAN§AutoconfigureAddress: BOOLEAN§Publish: BOOLEAN§Immortal: BOOLEAN§Age: u32§Origin: 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.