Struct winapi::um::minwinbase::EXCEPTION_DEBUG_INFO
source · #[repr(C)]pub struct EXCEPTION_DEBUG_INFO {
pub ExceptionRecord: EXCEPTION_RECORD,
pub dwFirstChance: DWORD,
}
Fields§
§ExceptionRecord: EXCEPTION_RECORD
§dwFirstChance: DWORD
Trait Implementations§
source§impl Clone for EXCEPTION_DEBUG_INFO
impl Clone for EXCEPTION_DEBUG_INFO
source§fn clone(&self) -> EXCEPTION_DEBUG_INFO
fn clone(&self) -> EXCEPTION_DEBUG_INFO
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 moresource§impl Default for EXCEPTION_DEBUG_INFO
impl Default for EXCEPTION_DEBUG_INFO
source§fn default() -> EXCEPTION_DEBUG_INFO
fn default() -> EXCEPTION_DEBUG_INFO
Returns the “default value” for a type. Read more