Struct windows_sys::Win32::System::Diagnostics::Debug::UNLOAD_DLL_DEBUG_INFO
#[repr(C)]pub struct UNLOAD_DLL_DEBUG_INFO {
pub lpBaseOfDll: *mut c_void,
}
Fields§
§lpBaseOfDll: *mut c_void
Trait Implementations§
§impl Clone for UNLOAD_DLL_DEBUG_INFO
impl Clone for UNLOAD_DLL_DEBUG_INFO
impl Copy for UNLOAD_DLL_DEBUG_INFO
Auto Trait Implementations§
impl RefUnwindSafe for UNLOAD_DLL_DEBUG_INFO
impl !Send for UNLOAD_DLL_DEBUG_INFO
impl !Sync for UNLOAD_DLL_DEBUG_INFO
impl Unpin for UNLOAD_DLL_DEBUG_INFO
impl UnwindSafe for UNLOAD_DLL_DEBUG_INFO
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