Struct windows::Win32::System::Diagnostics::Debug::IDebugProperty_Vtbl
#[repr(C)]pub struct IDebugProperty_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPropertyInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DebugPropertyInfo) -> HRESULT,
pub GetExtendedInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub SetValueAsString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub EnumMembers: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPropertyInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DebugPropertyInfo) -> HRESULT
§GetExtendedInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§SetValueAsString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§EnumMembers: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDebugProperty_Vtbl
impl IDebugProperty_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugProperty_Vtblwhere
Identity: IDebugProperty_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugProperty_Vtbl
impl RefUnwindSafe for IDebugProperty_Vtbl
impl Send for IDebugProperty_Vtbl
impl Sync for IDebugProperty_Vtbl
impl Unpin for IDebugProperty_Vtbl
impl UnwindSafe for IDebugProperty_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