Struct winapi::minwinbase::EXCEPTION_DEBUG_INFO
[−]
[src]
pub struct EXCEPTION_DEBUG_INFO {
pub ExceptionRecord: EXCEPTION_RECORD,
pub dwFirstChance: DWORD,
}Fields
ExceptionRecord | |
dwFirstChance |
Trait Implementations
impl Copy for EXCEPTION_DEBUG_INFO[src]
impl Clone for EXCEPTION_DEBUG_INFO[src]
fn clone(&self) -> EXCEPTION_DEBUG_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more