#[repr(C)]
pub struct RASPPPLCPW {
Show 15 fields pub dwSize: u32, pub fBundled: BOOL, pub dwError: u32, pub dwAuthenticationProtocol: u32, pub dwAuthenticationData: u32, pub dwEapTypeId: u32, pub dwServerAuthenticationProtocol: u32, pub dwServerAuthenticationData: u32, pub dwServerEapTypeId: u32, pub fMultilink: BOOL, pub dwTerminateReason: u32, pub dwServerTerminateReason: u32, pub szReplyMessage: [u16; 1024], pub dwOptions: u32, pub dwServerOptions: u32,
}
Expand description

Required features: "Win32_NetworkManagement_Rras", "Win32_Foundation"

Fields§

§dwSize: u32§fBundled: BOOL§dwError: u32§dwAuthenticationProtocol: u32§dwAuthenticationData: u32§dwEapTypeId: u32§dwServerAuthenticationProtocol: u32§dwServerAuthenticationData: u32§dwServerEapTypeId: u32§fMultilink: BOOL§dwTerminateReason: u32§dwServerTerminateReason: u32§szReplyMessage: [u16; 1024]§dwOptions: u32§dwServerOptions: 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.