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