Struct windows::Win32::System::Ole::IOleInPlaceObjectWindowless_Vtbl
#[repr(C)]pub struct IOleInPlaceObjectWindowless_Vtbl {
pub base__: IOleInPlaceObject_Vtbl,
pub OnWindowMessage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT) -> HRESULT,
pub GetDropTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IOleInPlaceObject_Vtbl
§OnWindowMessage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT) -> HRESULT
§GetDropTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IOleInPlaceObjectWindowless_Vtbl
impl IOleInPlaceObjectWindowless_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOleInPlaceObjectWindowless_Vtblwhere
Identity: IOleInPlaceObjectWindowless_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleInPlaceObjectWindowless_Vtbl
impl RefUnwindSafe for IOleInPlaceObjectWindowless_Vtbl
impl Send for IOleInPlaceObjectWindowless_Vtbl
impl Sync for IOleInPlaceObjectWindowless_Vtbl
impl Unpin for IOleInPlaceObjectWindowless_Vtbl
impl UnwindSafe for IOleInPlaceObjectWindowless_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