Struct windows_sys::Win32::NetworkManagement::Ndis::DOT11_EAP_RESULT
[−]#[repr(C)]pub struct DOT11_EAP_RESULT {
pub dwFailureReasonCode: u32,
pub pAttribArray: *mut EAP_ATTRIBUTES,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
dwFailureReasonCode: u32
pAttribArray: *mut EAP_ATTRIBUTES
Trait Implementations
impl Clone for DOT11_EAP_RESULT
impl Clone for DOT11_EAP_RESULT
impl Copy for DOT11_EAP_RESULT
Auto Trait Implementations
impl RefUnwindSafe for DOT11_EAP_RESULT
impl !Send for DOT11_EAP_RESULT
impl !Sync for DOT11_EAP_RESULT
impl Unpin for DOT11_EAP_RESULT
impl UnwindSafe for DOT11_EAP_RESULT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more