#[repr(C)]pub struct DBGKM_UNLOAD_DLL {
pub BaseAddress: PVOID,
}Fields§
§BaseAddress: PVOIDTrait Implementations§
Source§impl Clone for DBGKM_UNLOAD_DLL
impl Clone for DBGKM_UNLOAD_DLL
Source§fn clone(&self) -> DBGKM_UNLOAD_DLL
fn clone(&self) -> DBGKM_UNLOAD_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_UNLOAD_DLL
Auto Trait Implementations§
impl Freeze for DBGKM_UNLOAD_DLL
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§
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