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