pub struct IOleInPlaceActiveObject(/* private fields */);Implementations§
Source§impl IOleInPlaceActiveObject
impl IOleInPlaceActiveObject
pub unsafe fn GetWindow(&self, phwnd: *mut HWND) -> ErrorCode
pub unsafe fn ContextSensitiveHelp<'a, T0__: IntoParam<'a, BOOL>>( &self, fentermode: T0__, ) -> ErrorCode
pub unsafe fn TranslateAcceleratorA(&self, lpmsg: *mut MSG) -> ErrorCode
pub unsafe fn OnFrameWindowActivate<'a, T0__: IntoParam<'a, BOOL>>( &self, factivate: T0__, ) -> ErrorCode
pub unsafe fn OnDocWindowActivate<'a, T0__: IntoParam<'a, BOOL>>( &self, factivate: T0__, ) -> ErrorCode
pub unsafe fn ResizeBorder<'a, T1__: IntoParam<'a, IOleInPlaceUIWindow>, T2__: IntoParam<'a, BOOL>>( &self, prcborder: *mut RECT, puiwindow: T1__, fframewindow: T2__, ) -> ErrorCode
pub unsafe fn EnableModeless<'a, T0__: IntoParam<'a, BOOL>>( &self, fenable: T0__, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleInPlaceActiveObject
impl Clone for IOleInPlaceActiveObject
Source§fn clone(&self) -> IOleInPlaceActiveObject
fn clone(&self) -> IOleInPlaceActiveObject
Returns a duplicate 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 IOleInPlaceActiveObject
impl Debug for IOleInPlaceActiveObject
Source§impl From<&IOleInPlaceActiveObject> for IOleWindow
impl From<&IOleInPlaceActiveObject> for IOleWindow
Source§fn from(value: &IOleInPlaceActiveObject) -> Self
fn from(value: &IOleInPlaceActiveObject) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceActiveObject> for IUnknown
impl From<&IOleInPlaceActiveObject> for IUnknown
Source§fn from(value: &IOleInPlaceActiveObject) -> Self
fn from(value: &IOleInPlaceActiveObject) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceActiveObject> for IOleWindow
impl From<IOleInPlaceActiveObject> for IOleWindow
Source§fn from(value: IOleInPlaceActiveObject) -> Self
fn from(value: IOleInPlaceActiveObject) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceActiveObject> for IUnknown
impl From<IOleInPlaceActiveObject> for IUnknown
Source§fn from(value: IOleInPlaceActiveObject) -> Self
fn from(value: IOleInPlaceActiveObject) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleInPlaceActiveObject
impl Interface for IOleInPlaceActiveObject
const IID: Guid
type Vtable = IOleInPlaceActiveObject_abi
Source§impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceActiveObject
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceActiveObject
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceActiveObject
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceActiveObject
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceActiveObject
impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceActiveObject
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceActiveObject
impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceActiveObject
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleInPlaceActiveObject
impl PartialEq for IOleInPlaceActiveObject
impl Eq for IOleInPlaceActiveObject
impl StructuralPartialEq for IOleInPlaceActiveObject
Auto Trait Implementations§
impl Freeze for IOleInPlaceActiveObject
impl RefUnwindSafe for IOleInPlaceActiveObject
impl !Send for IOleInPlaceActiveObject
impl !Sync for IOleInPlaceActiveObject
impl Unpin for IOleInPlaceActiveObject
impl UnwindSafe for IOleInPlaceActiveObject
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
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.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
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