#[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: PVOIDTrait Implementations§
Source§impl Clone for DBGKM_LOAD_DLL
impl Clone for DBGKM_LOAD_DLL
Source§fn clone(&self) -> DBGKM_LOAD_DLL
fn clone(&self) -> DBGKM_LOAD_DLL
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DBGKM_LOAD_DLL
Auto Trait Implementations§
impl Freeze for DBGKM_LOAD_DLL
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more