Struct windows_sys::Win32::System::Diagnostics::Debug::UNLOAD_DLL_DEBUG_INFO
[−]Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more