#[repr(C, packed(4))]
pub struct RASIKEV2_PROJECTION_INFO {
Show 15 fields pub dwIPv4NegotiationError: u32, pub ipv4Address: IN_ADDR, pub ipv4ServerAddress: IN_ADDR, pub dwIPv6NegotiationError: u32, pub ipv6Address: IN6_ADDR, pub ipv6ServerAddress: IN6_ADDR, pub dwPrefixLength: u32, pub dwAuthenticationProtocol: u32, pub dwEapTypeId: u32, pub dwFlags: RASIKEV_PROJECTION_INFO_FLAGS, pub dwEncryptionMethod: u32, pub numIPv4ServerAddresses: u32, pub ipv4ServerAddresses: *mut IN_ADDR, pub numIPv6ServerAddresses: u32, pub ipv6ServerAddresses: *mut IN6_ADDR,
}
Expand description

Required features: "Win32_NetworkManagement_Rras", "Win32_Networking_WinSock"

Fields

dwIPv4NegotiationError: u32ipv4Address: IN_ADDRipv4ServerAddress: IN_ADDRdwIPv6NegotiationError: u32ipv6Address: IN6_ADDRipv6ServerAddress: IN6_ADDRdwPrefixLength: u32dwAuthenticationProtocol: u32dwEapTypeId: u32dwFlags: RASIKEV_PROJECTION_INFO_FLAGSdwEncryptionMethod: u32numIPv4ServerAddresses: u32ipv4ServerAddresses: *mut IN_ADDRnumIPv6ServerAddresses: u32ipv6ServerAddresses: *mut IN6_ADDR

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.