Struct windows_sys::Win32::Security::ExtensibleAuthenticationProtocol::EAP_METHOD_AUTHENTICATOR_RESULT
#[repr(C)]pub struct EAP_METHOD_AUTHENTICATOR_RESULT {
pub fIsSuccess: BOOL,
pub dwFailureReason: u32,
pub pAuthAttribs: *mut EAP_ATTRIBUTES,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§fIsSuccess: BOOL
§dwFailureReason: u32
§pAuthAttribs: *mut EAP_ATTRIBUTES
Trait Implementations§
§impl Clone for EAP_METHOD_AUTHENTICATOR_RESULT
impl Clone for EAP_METHOD_AUTHENTICATOR_RESULT
impl Copy for EAP_METHOD_AUTHENTICATOR_RESULT
Auto Trait Implementations§
impl RefUnwindSafe for EAP_METHOD_AUTHENTICATOR_RESULT
impl !Send for EAP_METHOD_AUTHENTICATOR_RESULT
impl !Sync for EAP_METHOD_AUTHENTICATOR_RESULT
impl Unpin for EAP_METHOD_AUTHENTICATOR_RESULT
impl UnwindSafe for EAP_METHOD_AUTHENTICATOR_RESULT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more