Struct windows::Win32::System::Diagnostics::Debug::IDebugExtendedProperty_Vtbl
#[repr(C)]pub struct IDebugExtendedProperty_Vtbl {
pub base__: IDebugProperty_Vtbl,
pub GetExtendedPropertyInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut ExtendedDebugPropertyInfo) -> HRESULT,
pub EnumExtendedMembers: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDebugProperty_Vtbl
§GetExtendedPropertyInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut ExtendedDebugPropertyInfo) -> HRESULT
§EnumExtendedMembers: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDebugExtendedProperty_Vtbl
impl IDebugExtendedProperty_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugExtendedProperty_Vtblwhere
Identity: IDebugExtendedProperty_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugExtendedProperty_Vtbl
impl RefUnwindSafe for IDebugExtendedProperty_Vtbl
impl Send for IDebugExtendedProperty_Vtbl
impl Sync for IDebugExtendedProperty_Vtbl
impl Unpin for IDebugExtendedProperty_Vtbl
impl UnwindSafe for IDebugExtendedProperty_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