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_NetworkManagement_WiFi", "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
dwWinError: u32type: EAP_METHOD_TYPEdwReasonCode: u32rootCauseGuid: GUIDrepairGuid: GUIDhelpLinkGuid: GUID_bitfield: u32RootCauseString: ONEX_VARIABLE_BLOBRepairString: ONEX_VARIABLE_BLOBTrait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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