Struct windows_sys::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,
}Expand description
Required features: ‘Win32_System_WindowsProgramming’
Fields
hr: HRESULTlineNumber: u16file: PCSTRprocess: PCSTRmodule: PCSTRcallerReturnAddressOffset: u32callerModule: PCSTRmessage: PCSTRoriginLineNumber: u16originFile: PCSTRoriginModule: PCSTRoriginCallerReturnAddressOffset: u32originCallerModule: PCSTRoriginName: PCSTRTrait Implementations
impl Clone for FEATURE_ERROR
impl Clone for FEATURE_ERROR
impl Copy for FEATURE_ERROR
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more