Struct IDebugApplicationNode100_Vtbl
#[repr(C)]pub struct IDebugApplicationNode100_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetFilterForEventSink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: APPLICATION_NODE_EVENT_FILTER) -> HRESULT,
pub GetExcludedDocuments: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_NODE_EVENT_FILTER, _: *mut TEXT_DOCUMENT_ARRAY) -> HRESULT,
pub QueryIsChildNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetFilterForEventSink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: APPLICATION_NODE_EVENT_FILTER) -> HRESULT
§GetExcludedDocuments: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_NODE_EVENT_FILTER, _: *mut TEXT_DOCUMENT_ARRAY) -> HRESULT
§QueryIsChildNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IDebugApplicationNode100_Vtbl
impl IDebugApplicationNode100_Vtbl
pub const fn new<Identity: IDebugApplicationNode100_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugApplicationNode100_Vtbl
impl RefUnwindSafe for IDebugApplicationNode100_Vtbl
impl Send for IDebugApplicationNode100_Vtbl
impl Sync for IDebugApplicationNode100_Vtbl
impl Unpin for IDebugApplicationNode100_Vtbl
impl UnwindSafe for IDebugApplicationNode100_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