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_Security_ExtensibleAuthenticationProtocol’, ‘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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more