Struct ntapi::ntdbg::DBGKM_LOAD_DLL
source · [−]#[repr(C)]pub struct DBGKM_LOAD_DLL {
pub FileHandle: HANDLE,
pub BaseOfDll: PVOID,
pub DebugInfoFileOffset: ULONG,
pub DebugInfoSize: ULONG,
pub NamePointer: PVOID,
}
Fields
FileHandle: HANDLE
BaseOfDll: PVOID
DebugInfoFileOffset: ULONG
DebugInfoSize: ULONG
NamePointer: PVOID
Trait Implementations
sourceimpl Clone for DBGKM_LOAD_DLL
impl Clone for DBGKM_LOAD_DLL
sourcefn clone(&self) -> DBGKM_LOAD_DLL
fn clone(&self) -> DBGKM_LOAD_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_LOAD_DLL
Auto Trait Implementations
impl RefUnwindSafe for DBGKM_LOAD_DLL
impl !Send for DBGKM_LOAD_DLL
impl !Sync for DBGKM_LOAD_DLL
impl Unpin for DBGKM_LOAD_DLL
impl UnwindSafe for DBGKM_LOAD_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