Struct windows::Win32::System::Diagnostics::Debug::ActiveScript::IJsDebugProperty_Vtbl
#[repr(C)]pub struct IJsDebugProperty_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPropertyInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut JsDebugPropertyInfo) -> HRESULT,
pub GetMembers: unsafe extern "system" fn(_: *mut c_void, _: JS_PROPERTY_MEMBERS, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPropertyInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut JsDebugPropertyInfo) -> HRESULT
§GetMembers: unsafe extern "system" fn(_: *mut c_void, _: JS_PROPERTY_MEMBERS, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IJsDebugProperty_Vtbl
impl IJsDebugProperty_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IJsDebugProperty_Vtblwhere
Identity: IJsDebugProperty_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IJsDebugProperty_Vtbl
impl RefUnwindSafe for IJsDebugProperty_Vtbl
impl Send for IJsDebugProperty_Vtbl
impl Sync for IJsDebugProperty_Vtbl
impl Unpin for IJsDebugProperty_Vtbl
impl UnwindSafe for IJsDebugProperty_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