Struct IDebugApplicationNodeEvents_Vtbl
#[repr(C)]pub struct IDebugApplicationNodeEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub onAddChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub onRemoveChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub onDetach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub onAttach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§onAddChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§onRemoveChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§onDetach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§onAttach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IDebugApplicationNodeEvents_Vtbl
impl IDebugApplicationNodeEvents_Vtbl
pub const fn new<Identity: IDebugApplicationNodeEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugApplicationNodeEvents_Vtbl
impl RefUnwindSafe for IDebugApplicationNodeEvents_Vtbl
impl Send for IDebugApplicationNodeEvents_Vtbl
impl Sync for IDebugApplicationNodeEvents_Vtbl
impl Unpin for IDebugApplicationNodeEvents_Vtbl
impl UnwindSafe for IDebugApplicationNodeEvents_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