pub struct IOleInPlaceObject(/* private fields */);Implementations§
Source§impl IOleInPlaceObject
impl IOleInPlaceObject
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 InPlaceDeactivate(&self) -> ErrorCode
pub unsafe fn UIDeactivate(&self) -> ErrorCode
pub unsafe fn SetObjectRects( &self, lprcposrect: *mut RECT, lprccliprect: *mut RECT, ) -> ErrorCode
pub unsafe fn ReactivateAndUndo(&self) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleInPlaceObject
impl Clone for IOleInPlaceObject
Source§fn clone(&self) -> IOleInPlaceObject
fn clone(&self) -> IOleInPlaceObject
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 IOleInPlaceObject
impl Debug for IOleInPlaceObject
Source§impl From<&IOleInPlaceObject> for IOleWindow
impl From<&IOleInPlaceObject> for IOleWindow
Source§fn from(value: &IOleInPlaceObject) -> Self
fn from(value: &IOleInPlaceObject) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceObject> for IUnknown
impl From<&IOleInPlaceObject> for IUnknown
Source§fn from(value: &IOleInPlaceObject) -> Self
fn from(value: &IOleInPlaceObject) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceObjectWindowless> for IOleInPlaceObject
impl From<&IOleInPlaceObjectWindowless> for IOleInPlaceObject
Source§fn from(value: &IOleInPlaceObjectWindowless) -> Self
fn from(value: &IOleInPlaceObjectWindowless) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceObject> for IOleWindow
impl From<IOleInPlaceObject> for IOleWindow
Source§fn from(value: IOleInPlaceObject) -> Self
fn from(value: IOleInPlaceObject) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceObject> for IUnknown
impl From<IOleInPlaceObject> for IUnknown
Source§fn from(value: IOleInPlaceObject) -> Self
fn from(value: IOleInPlaceObject) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceObjectWindowless> for IOleInPlaceObject
impl From<IOleInPlaceObjectWindowless> for IOleInPlaceObject
Source§fn from(value: IOleInPlaceObjectWindowless) -> Self
fn from(value: IOleInPlaceObjectWindowless) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleInPlaceObject
impl Interface for IOleInPlaceObject
const IID: Guid
type Vtable = IOleInPlaceObject_abi
Source§impl<'a> IntoParam<'a, IOleInPlaceObject> for &'a IOleInPlaceObjectWindowless
impl<'a> IntoParam<'a, IOleInPlaceObject> for &'a IOleInPlaceObjectWindowless
fn into_param(self) -> Param<'a, IOleInPlaceObject>
Source§impl<'a> IntoParam<'a, IOleInPlaceObject> for IOleInPlaceObjectWindowless
impl<'a> IntoParam<'a, IOleInPlaceObject> for IOleInPlaceObjectWindowless
fn into_param(self) -> Param<'a, IOleInPlaceObject>
Source§impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceObject
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceObject
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceObject
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceObject
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceObject
impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceObject
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceObject
impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceObject
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleInPlaceObject
impl PartialEq for IOleInPlaceObject
impl Eq for IOleInPlaceObject
impl StructuralPartialEq for IOleInPlaceObject
Auto Trait Implementations§
impl Freeze for IOleInPlaceObject
impl RefUnwindSafe for IOleInPlaceObject
impl !Send for IOleInPlaceObject
impl !Sync for IOleInPlaceObject
impl Unpin for IOleInPlaceObject
impl UnwindSafe for IOleInPlaceObject
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