#[repr(C)]
pub struct FEATURE_ERROR {
Show 14 fields pub hr: HRESULT, pub lineNumber: u16, pub file: PCSTR, pub process: PCSTR, pub module: PCSTR, pub callerReturnAddressOffset: u32, pub callerModule: PCSTR, pub message: PCSTR, pub originLineNumber: u16, pub originFile: PCSTR, pub originModule: PCSTR, pub originCallerReturnAddressOffset: u32, pub originCallerModule: PCSTR, pub originName: PCSTR,
}
Expand description

Required features: "Win32_System_WindowsProgramming"

Fields

hr: HRESULTlineNumber: u16file: PCSTRprocess: PCSTRmodule: PCSTRcallerReturnAddressOffset: u32callerModule: PCSTRmessage: PCSTRoriginLineNumber: u16originFile: PCSTRoriginModule: PCSTRoriginCallerReturnAddressOffset: u32originCallerModule: PCSTRoriginName: PCSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.