#[repr(C)]
pub struct EapPeerMethodResult { pub fIsSuccess: BOOL, pub dwFailureReasonCode: u32, pub fSaveConnectionData: BOOL, pub dwSizeofConnectionData: u32, pub pConnectionData: *mut u8, pub fSaveUserData: BOOL, pub dwSizeofUserData: u32, pub pUserData: *mut u8, pub pAttribArray: *mut EAP_ATTRIBUTES, pub pEapError: *mut EAP_ERROR, pub pNgcKerbTicket: *mut NgcTicketContext, pub fSaveToCredMan: BOOL, }
Expand description

Required features: "Win32_Security_ExtensibleAuthenticationProtocol", "Win32_Foundation", "Win32_Security_Cryptography"

Fields§

§fIsSuccess: BOOL§dwFailureReasonCode: u32§fSaveConnectionData: BOOL§dwSizeofConnectionData: u32§pConnectionData: *mut u8§fSaveUserData: BOOL§dwSizeofUserData: u32§pUserData: *mut u8§pAttribArray: *mut EAP_ATTRIBUTES§pEapError: *mut EAP_ERROR§pNgcKerbTicket: *mut NgcTicketContext§fSaveToCredMan: BOOL

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.