#[repr(C)]
pub struct RASPPP_PROJECTION_INFO {
Show 23 fields pub dwIPv4NegotiationError: u32, pub ipv4Address: IN_ADDR, pub ipv4ServerAddress: IN_ADDR, pub dwIPv4Options: u32, pub dwIPv4ServerOptions: u32, pub dwIPv6NegotiationError: u32, pub bInterfaceIdentifier: [u8; 8], pub bServerInterfaceIdentifier: [u8; 8], pub fBundled: BOOL, pub fMultilink: BOOL, pub dwAuthenticationProtocol: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL, pub dwAuthenticationData: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA, pub dwServerAuthenticationProtocol: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL, pub dwServerAuthenticationData: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA, pub dwEapTypeId: u32, pub dwServerEapTypeId: u32, pub dwLcpOptions: u32, pub dwLcpServerOptions: u32, pub dwCcpError: u32, pub dwCcpCompressionAlgorithm: u32, pub dwCcpServerCompressionAlgorithm: u32, pub dwCcpOptions: u32, pub dwCcpServerOptions: u32,
}
Expand description

Required features: "Win32_NetworkManagement_Rras", "Win32_Foundation", "Win32_Networking_WinSock"

Fields

dwIPv4NegotiationError: u32ipv4Address: IN_ADDRipv4ServerAddress: IN_ADDRdwIPv4Options: u32dwIPv4ServerOptions: u32dwIPv6NegotiationError: u32bInterfaceIdentifier: [u8; 8]bServerInterfaceIdentifier: [u8; 8]fBundled: BOOLfMultilink: BOOLdwAuthenticationProtocol: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOLdwAuthenticationData: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATAdwServerAuthenticationProtocol: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOLdwServerAuthenticationData: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATAdwEapTypeId: u32dwServerEapTypeId: u32dwLcpOptions: u32dwLcpServerOptions: u32dwCcpError: u32dwCcpCompressionAlgorithm: u32dwCcpServerCompressionAlgorithm: u32dwCcpOptions: u32dwCcpServerOptions: 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.