#[repr(C)]
pub struct EapHostPeerMethodResult { 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 isolationState: ISOLATION_STATE, pub pEapMethodInfo: *mut EAP_METHOD_INFO, pub pEapError: *mut EAP_ERROR, }
Expand description

Required features: "Win32_Security_ExtensibleAuthenticationProtocol", "Win32_Foundation"

Fields

fIsSuccess: BOOLdwFailureReasonCode: u32fSaveConnectionData: BOOLdwSizeofConnectionData: u32pConnectionData: *mut u8fSaveUserData: BOOLdwSizeofUserData: u32pUserData: *mut u8pAttribArray: *mut EAP_ATTRIBUTESisolationState: ISOLATION_STATEpEapMethodInfo: *mut EAP_METHOD_INFOpEapError: *mut EAP_ERROR

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.