Struct windows::Win32::System::WindowsProgramming::FEATURE_ERROR
#[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,
}
Fields§
§hr: HRESULT
§lineNumber: u16
§file: PCSTR
§process: PCSTR
§module: PCSTR
§callerReturnAddressOffset: u32
§callerModule: PCSTR
§message: PCSTR
§originLineNumber: u16
§originFile: PCSTR
§originModule: PCSTR
§originCallerReturnAddressOffset: u32
§originCallerModule: PCSTR
§originName: PCSTR
Trait Implementations§
§impl Clone for FEATURE_ERROR
impl Clone for FEATURE_ERROR
§fn clone(&self) -> FEATURE_ERROR
fn clone(&self) -> FEATURE_ERROR
Returns a copy 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 more§impl Debug for FEATURE_ERROR
impl Debug for FEATURE_ERROR
§impl Default for FEATURE_ERROR
impl Default for FEATURE_ERROR
§impl PartialEq for FEATURE_ERROR
impl PartialEq for FEATURE_ERROR
§fn eq(&self, other: &FEATURE_ERROR) -> bool
fn eq(&self, other: &FEATURE_ERROR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FEATURE_ERROR
impl Eq for FEATURE_ERROR
impl StructuralPartialEq for FEATURE_ERROR
Auto Trait Implementations§
impl Freeze for FEATURE_ERROR
impl RefUnwindSafe for FEATURE_ERROR
impl !Send for FEATURE_ERROR
impl !Sync for FEATURE_ERROR
impl Unpin for FEATURE_ERROR
impl UnwindSafe for FEATURE_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)