pub struct IRichEditOleCallback(/* private fields */);Implementations§
Source§impl IRichEditOleCallback
impl IRichEditOleCallback
pub unsafe fn GetNewStorage(&self) -> Result<IStorage>
pub unsafe fn GetInPlaceContext( &self, lplpframe: *mut Option<IOleInPlaceFrame>, lplpdoc: *mut Option<IOleInPlaceUIWindow>, lpframeinfo: *mut OIFI, ) -> Result<()>
pub unsafe fn ShowContainerUI<'a>( &self, fshow: impl IntoParam<'a, BOOL>, ) -> Result<()>
pub unsafe fn QueryInsertObject<'a>( &self, lpclsid: *mut Guid, lpstg: impl IntoParam<'a, IStorage>, cp: i32, ) -> Result<()>
pub unsafe fn DeleteObject<'a>( &self, lpoleobj: impl IntoParam<'a, IOleObject>, ) -> Result<()>
pub unsafe fn QueryAcceptData<'a>( &self, lpdataobj: impl IntoParam<'a, IDataObject>, lpcfformat: *mut u16, reco: u32, freally: impl IntoParam<'a, BOOL>, hmetapict: isize, ) -> Result<()>
pub unsafe fn ContextSensitiveHelp<'a>( &self, fentermode: impl IntoParam<'a, BOOL>, ) -> Result<()>
pub unsafe fn GetClipboardData( &self, lpchrg: *mut CHARRANGE, reco: u32, lplpdataobj: *mut Option<IDataObject>, ) -> Result<()>
pub unsafe fn GetDragDropEffect<'a>( &self, fdrag: impl IntoParam<'a, BOOL>, grfkeystate: u32, pdweffect: *mut u32, ) -> Result<()>
pub unsafe fn GetContextMenu<'a>( &self, seltype: RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE, lpoleobj: impl IntoParam<'a, IOleObject>, lpchrg: *mut CHARRANGE, lphmenu: *mut HMENU, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IRichEditOleCallback
impl Clone for IRichEditOleCallback
Source§fn clone(&self) -> IRichEditOleCallback
fn clone(&self) -> IRichEditOleCallback
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IRichEditOleCallback
impl Debug for IRichEditOleCallback
Source§impl From<&IRichEditOleCallback> for IUnknown
impl From<&IRichEditOleCallback> for IUnknown
Source§fn from(value: &IRichEditOleCallback) -> Self
fn from(value: &IRichEditOleCallback) -> Self
Converts to this type from the input type.
Source§impl From<IRichEditOleCallback> for IUnknown
impl From<IRichEditOleCallback> for IUnknown
Source§fn from(value: IRichEditOleCallback) -> Self
fn from(value: IRichEditOleCallback) -> Self
Converts to this type from the input type.
Source§impl Interface for IRichEditOleCallback
impl Interface for IRichEditOleCallback
const IID: Guid
type Vtable = IRichEditOleCallback_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
Source§impl PartialEq for IRichEditOleCallback
impl PartialEq for IRichEditOleCallback
impl Eq for IRichEditOleCallback
impl StructuralPartialEq for IRichEditOleCallback
Auto Trait Implementations§
impl Freeze for IRichEditOleCallback
impl RefUnwindSafe for IRichEditOleCallback
impl !Send for IRichEditOleCallback
impl !Sync for IRichEditOleCallback
impl Unpin for IRichEditOleCallback
impl UnwindSafe for IRichEditOleCallback
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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