Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Error: u32
Level: u32
Trait Implementations
impl Clone for DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR
impl Clone for DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR
impl Copy for DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR
Auto Trait Implementations
impl RefUnwindSafe for DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR
impl Send for DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR
impl Sync for DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR
impl Unpin for DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR
impl UnwindSafe for DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more