#[repr(C)]pub struct ONEX_EAP_ERROR {
pub dwWinError: DWORD,
pub type_: EAP_METHOD_TYPE,
pub dwReasonCode: DWORD,
pub rootCauseGuid: GUID,
pub repairGuid: GUID,
pub helpLinkGuid: GUID,
pub Bitfields: DWORD,
pub RootCauseString: ONEX_VARIABLE_BLOB,
pub RepairString: ONEX_VARIABLE_BLOB,
}
Fields§
§dwWinError: DWORD
§type_: EAP_METHOD_TYPE
§dwReasonCode: DWORD
§rootCauseGuid: GUID
§repairGuid: GUID
§helpLinkGuid: GUID
§Bitfields: DWORD
§RootCauseString: ONEX_VARIABLE_BLOB
§RepairString: ONEX_VARIABLE_BLOB
Implementations§
Source§impl ONEX_EAP_ERROR
impl ONEX_EAP_ERROR
pub fn fRootCauseString(&self) -> DWORD
pub fn set_fRootCauseString(&mut self, val: DWORD)
pub fn fRepairString(&self) -> DWORD
pub fn set_fRepairString(&mut self, val: DWORD)
Trait Implementations§
Source§impl Clone for ONEX_EAP_ERROR
impl Clone for ONEX_EAP_ERROR
Source§fn clone(&self) -> ONEX_EAP_ERROR
fn clone(&self) -> ONEX_EAP_ERROR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ONEX_EAP_ERROR
impl Default for ONEX_EAP_ERROR
Source§fn default() -> ONEX_EAP_ERROR
fn default() -> ONEX_EAP_ERROR
Returns the “default value” for a type. Read more
impl Copy for ONEX_EAP_ERROR
Auto Trait Implementations§
impl Freeze for ONEX_EAP_ERROR
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