Struct ntapi::ntdbg::DBGKM_EXIT_PROCESS  
source · [−]#[repr(C)]pub struct DBGKM_EXIT_PROCESS {
    pub ExitStatus: NTSTATUS,
}Fields
ExitStatus: NTSTATUSTrait Implementations
sourceimpl Clone for DBGKM_EXIT_PROCESS
 
impl Clone for DBGKM_EXIT_PROCESS
sourcefn clone(&self) -> DBGKM_EXIT_PROCESS
 
fn clone(&self) -> DBGKM_EXIT_PROCESS
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 DBGKM_EXIT_PROCESS
Auto Trait Implementations
impl RefUnwindSafe for DBGKM_EXIT_PROCESS
impl Send for DBGKM_EXIT_PROCESS
impl Sync for DBGKM_EXIT_PROCESS
impl Unpin for DBGKM_EXIT_PROCESS
impl UnwindSafe for DBGKM_EXIT_PROCESS
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