Struct windows_sys::Win32::NetworkManagement::WiFi::ONEX_EAP_ERROR
#[repr(C)]pub struct ONEX_EAP_ERROR {
pub dwWinError: u32,
pub type: EAP_METHOD_TYPE,
pub dwReasonCode: u32,
pub rootCauseGuid: GUID,
pub repairGuid: GUID,
pub helpLinkGuid: GUID,
pub _bitfield: u32,
pub RootCauseString: ONEX_VARIABLE_BLOB,
pub RepairString: ONEX_VARIABLE_BLOB,
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields§
§dwWinError: u32
§type: EAP_METHOD_TYPE
§dwReasonCode: u32
§rootCauseGuid: GUID
§repairGuid: GUID
§helpLinkGuid: GUID
§_bitfield: u32
§RootCauseString: ONEX_VARIABLE_BLOB
§RepairString: ONEX_VARIABLE_BLOB
Trait Implementations§
§impl Clone for ONEX_EAP_ERROR
impl Clone for ONEX_EAP_ERROR
impl Copy for ONEX_EAP_ERROR
Auto Trait Implementations§
impl RefUnwindSafe for ONEX_EAP_ERROR
impl Send for ONEX_EAP_ERROR
impl Sync for ONEX_EAP_ERROR
impl Unpin for ONEX_EAP_ERROR
impl UnwindSafe for ONEX_EAP_ERROR
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