[][src]Struct winapi_ui_automation::um::dot1x::ONEX_EAP_ERROR

#[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: DWORDtype_: EAP_METHOD_TYPEdwReasonCode: DWORDrootCauseGuid: GUIDrepairGuid: GUIDhelpLinkGuid: GUIDBitfields: DWORDRootCauseString: ONEX_VARIABLE_BLOBRepairString: ONEX_VARIABLE_BLOB

Implementations

impl ONEX_EAP_ERROR[src]

pub fn fRootCauseString(&self) -> DWORD[src]

pub fn set_fRootCauseString(&mut self, val: DWORD)[src]

pub fn fRepairString(&self) -> DWORD[src]

pub fn set_fRepairString(&mut self, val: DWORD)[src]

Trait Implementations

impl Clone for ONEX_EAP_ERROR[src]

impl Copy for ONEX_EAP_ERROR[src]

impl Default for ONEX_EAP_ERROR[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.