Struct windows::Win32::System::Ole::IOleInPlaceSiteEx_Vtbl
#[repr(C)]pub struct IOleInPlaceSiteEx_Vtbl {
pub base__: IOleInPlaceSite_Vtbl,
pub OnInPlaceActivateEx: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: u32) -> HRESULT,
pub OnInPlaceDeactivateEx: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub RequestUIActivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IOleInPlaceSite_Vtbl
§OnInPlaceActivateEx: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: u32) -> HRESULT
§OnInPlaceDeactivateEx: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§RequestUIActivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IOleInPlaceSiteEx_Vtbl
impl IOleInPlaceSiteEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOleInPlaceSiteEx_Vtblwhere
Identity: IOleInPlaceSiteEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleInPlaceSiteEx_Vtbl
impl RefUnwindSafe for IOleInPlaceSiteEx_Vtbl
impl Send for IOleInPlaceSiteEx_Vtbl
impl Sync for IOleInPlaceSiteEx_Vtbl
impl Unpin for IOleInPlaceSiteEx_Vtbl
impl UnwindSafe for IOleInPlaceSiteEx_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