Struct AsyncIDebugApplicationNodeEvents_Vtbl
#[repr(C)]pub struct AsyncIDebugApplicationNodeEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub Begin_onAddChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Finish_onAddChild: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Begin_onRemoveChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Finish_onRemoveChild: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Begin_onDetach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Finish_onDetach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Begin_onAttach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Finish_onAttach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Begin_onAddChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Finish_onAddChild: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Begin_onRemoveChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Finish_onRemoveChild: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Begin_onDetach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Finish_onDetach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Begin_onAttach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Finish_onAttach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl AsyncIDebugApplicationNodeEvents_Vtbl
impl AsyncIDebugApplicationNodeEvents_Vtbl
pub const fn new<Identity: AsyncIDebugApplicationNodeEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for AsyncIDebugApplicationNodeEvents_Vtbl
impl RefUnwindSafe for AsyncIDebugApplicationNodeEvents_Vtbl
impl Send for AsyncIDebugApplicationNodeEvents_Vtbl
impl Sync for AsyncIDebugApplicationNodeEvents_Vtbl
impl Unpin for AsyncIDebugApplicationNodeEvents_Vtbl
impl UnwindSafe for AsyncIDebugApplicationNodeEvents_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