Struct _AppEvents_Vtbl
#[repr(C)]pub struct _AppEvents_Vtbl {Show 13 fields
pub base__: IDispatch_Vtbl,
pub OnQuit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnDocumentOpen: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub OnDocumentClose: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnSnapInAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnSnapInRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnNewView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnViewClose: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnViewChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnSelectionChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnContextMenuExecuted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnToolbarButtonClicked: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnListUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§OnQuit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnDocumentOpen: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT
§OnDocumentClose: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnSnapInAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnSnapInRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnNewView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnViewClose: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnViewChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnSelectionChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnContextMenuExecuted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnToolbarButtonClicked: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnListUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl _AppEvents_Vtbl
impl _AppEvents_Vtbl
pub const fn new<Identity: _AppEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for _AppEvents_Vtbl
impl RefUnwindSafe for _AppEvents_Vtbl
impl Send for _AppEvents_Vtbl
impl Sync for _AppEvents_Vtbl
impl Unpin for _AppEvents_Vtbl
impl UnwindSafe for _AppEvents_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