pub struct IOleInPlaceObjectWindowless(/* private fields */);Implementations§
Source§impl IOleInPlaceObjectWindowless
impl IOleInPlaceObjectWindowless
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
pub unsafe fn OnWindowMessage<'a, T1__: IntoParam<'a, WPARAM>, T2__: IntoParam<'a, LPARAM>>( &self, msg: u32, wparam: T1__, lparam: T2__, plresult: *mut LRESULT, ) -> ErrorCode
pub unsafe fn GetDropTarget( &self, ppdroptarget: *mut Option<IDropTarget>, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleInPlaceObjectWindowless
impl Clone for IOleInPlaceObjectWindowless
Source§fn clone(&self) -> IOleInPlaceObjectWindowless
fn clone(&self) -> IOleInPlaceObjectWindowless
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 IOleInPlaceObjectWindowless
impl Debug for IOleInPlaceObjectWindowless
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<&IOleInPlaceObjectWindowless> for IOleWindow
impl From<&IOleInPlaceObjectWindowless> for IOleWindow
Source§fn from(value: &IOleInPlaceObjectWindowless) -> Self
fn from(value: &IOleInPlaceObjectWindowless) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceObjectWindowless> for IUnknown
impl From<&IOleInPlaceObjectWindowless> for IUnknown
Source§fn from(value: &IOleInPlaceObjectWindowless) -> Self
fn from(value: &IOleInPlaceObjectWindowless) -> 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<IOleInPlaceObjectWindowless> for IOleWindow
impl From<IOleInPlaceObjectWindowless> for IOleWindow
Source§fn from(value: IOleInPlaceObjectWindowless) -> Self
fn from(value: IOleInPlaceObjectWindowless) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceObjectWindowless> for IUnknown
impl From<IOleInPlaceObjectWindowless> for IUnknown
Source§fn from(value: IOleInPlaceObjectWindowless) -> Self
fn from(value: IOleInPlaceObjectWindowless) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleInPlaceObjectWindowless
impl Interface for IOleInPlaceObjectWindowless
const IID: Guid
type Vtable = IOleInPlaceObjectWindowless_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 IOleInPlaceObjectWindowless
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceObjectWindowless
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceObjectWindowless
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceObjectWindowless
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceObjectWindowless
impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceObjectWindowless
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceObjectWindowless
impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceObjectWindowless
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IOleInPlaceObjectWindowless
impl StructuralPartialEq for IOleInPlaceObjectWindowless
Auto Trait Implementations§
impl Freeze for IOleInPlaceObjectWindowless
impl RefUnwindSafe for IOleInPlaceObjectWindowless
impl !Send for IOleInPlaceObjectWindowless
impl !Sync for IOleInPlaceObjectWindowless
impl Unpin for IOleInPlaceObjectWindowless
impl UnwindSafe for IOleInPlaceObjectWindowless
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