Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_EAP_RESULT
#[repr(C)]pub struct DOT11_EAP_RESULT {
pub dwFailureReasonCode: u32,
pub pAttribArray: *mut EAP_ATTRIBUTES,
}
Expand description
Required features: "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§
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