Struct _Application_Vtbl
#[repr(C)]pub struct _Application_Vtbl {Show 13 fields
pub base__: IDispatch_Vtbl,
pub Help: unsafe extern "system" fn(_: *mut c_void),
pub Quit: unsafe extern "system" fn(_: *mut c_void),
pub Document: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Load: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Frame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub Show: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Hide: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub UserControl: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetUserControl: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub VersionMajor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub VersionMinor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Help: unsafe extern "system" fn(_: *mut c_void)
§Quit: unsafe extern "system" fn(_: *mut c_void)
§Document: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Load: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Frame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§Show: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Hide: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§UserControl: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetUserControl: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§VersionMajor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§VersionMinor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl _Application_Vtbl
impl _Application_Vtbl
pub const fn new<Identity: _Application_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for _Application_Vtbl
impl RefUnwindSafe for _Application_Vtbl
impl Send for _Application_Vtbl
impl Sync for _Application_Vtbl
impl Unpin for _Application_Vtbl
impl UnwindSafe for _Application_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