Struct windows::Win32::System::Diagnostics::Debug::Extensions::IDebugHostField_Vtbl
#[repr(C)]pub struct IDebugHostField_Vtbl {
pub base__: IDebugHostSymbol_Vtbl,
pub GetLocationKind: unsafe extern "system" fn(_: *mut c_void, _: *mut LocationKind) -> HRESULT,
pub GetOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub GetLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut Location) -> HRESULT,
pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
}
Fields§
§base__: IDebugHostSymbol_Vtbl
§GetLocationKind: unsafe extern "system" fn(_: *mut c_void, _: *mut LocationKind) -> HRESULT
§GetOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§GetLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut Location) -> HRESULT
§GetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
Implementations§
§impl IDebugHostField_Vtbl
impl IDebugHostField_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugHostField_Vtblwhere
Identity: IDebugHostField_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugHostField_Vtbl
impl RefUnwindSafe for IDebugHostField_Vtbl
impl Send for IDebugHostField_Vtbl
impl Sync for IDebugHostField_Vtbl
impl Unpin for IDebugHostField_Vtbl
impl UnwindSafe for IDebugHostField_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