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_RECORDdwFirstChance: DWORDTrait Implementations
sourceimpl Clone for EXCEPTION_DEBUG_INFO
 
impl Clone for EXCEPTION_DEBUG_INFO
sourcefn clone(&self) -> EXCEPTION_DEBUG_INFO
 
fn clone(&self) -> EXCEPTION_DEBUG_INFO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for EXCEPTION_DEBUG_INFO
Auto Trait Implementations
impl RefUnwindSafe for EXCEPTION_DEBUG_INFO
impl !Send for EXCEPTION_DEBUG_INFO
impl !Sync for EXCEPTION_DEBUG_INFO
impl Unpin for EXCEPTION_DEBUG_INFO
impl UnwindSafe for EXCEPTION_DEBUG_INFO
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