Struct windows::Win32::System::Diagnostics::Debug::Extensions::IDebugHostMemory2_Vtbl
#[repr(C)]pub struct IDebugHostMemory2_Vtbl {
pub base__: IDebugHostMemory_Vtbl,
pub LinearizeLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Location, _: *mut Location) -> HRESULT,
}
Fields§
§base__: IDebugHostMemory_Vtbl
§LinearizeLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Location, _: *mut Location) -> HRESULT
Implementations§
§impl IDebugHostMemory2_Vtbl
impl IDebugHostMemory2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugHostMemory2_Vtblwhere
Identity: IDebugHostMemory2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugHostMemory2_Vtbl
impl RefUnwindSafe for IDebugHostMemory2_Vtbl
impl Send for IDebugHostMemory2_Vtbl
impl Sync for IDebugHostMemory2_Vtbl
impl Unpin for IDebugHostMemory2_Vtbl
impl UnwindSafe for IDebugHostMemory2_Vtbl
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