pub struct IOleInPlaceUIWindow(/* private fields */);Implementations§
Source§impl IOleInPlaceUIWindow
impl IOleInPlaceUIWindow
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 GetBorder(&self, lprectborder: *mut RECT) -> ErrorCode
pub unsafe fn RequestBorderSpace(&self, pborderwidths: *mut RECT) -> ErrorCode
pub unsafe fn SetBorderSpace(&self, pborderwidths: *mut RECT) -> ErrorCode
pub unsafe fn SetActiveObject<'a, T0__: IntoParam<'a, IOleInPlaceActiveObject>, T1__: IntoParam<'a, PWSTR>>( &self, pactiveobject: T0__, pszobjname: T1__, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleInPlaceUIWindow
impl Clone for IOleInPlaceUIWindow
Source§fn clone(&self) -> IOleInPlaceUIWindow
fn clone(&self) -> IOleInPlaceUIWindow
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 IOleInPlaceUIWindow
impl Debug for IOleInPlaceUIWindow
Source§impl From<&IOleInPlaceFrame> for IOleInPlaceUIWindow
impl From<&IOleInPlaceFrame> for IOleInPlaceUIWindow
Source§fn from(value: &IOleInPlaceFrame) -> Self
fn from(value: &IOleInPlaceFrame) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceUIWindow> for IOleWindow
impl From<&IOleInPlaceUIWindow> for IOleWindow
Source§fn from(value: &IOleInPlaceUIWindow) -> Self
fn from(value: &IOleInPlaceUIWindow) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceUIWindow> for IUnknown
impl From<&IOleInPlaceUIWindow> for IUnknown
Source§fn from(value: &IOleInPlaceUIWindow) -> Self
fn from(value: &IOleInPlaceUIWindow) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceFrame> for IOleInPlaceUIWindow
impl From<IOleInPlaceFrame> for IOleInPlaceUIWindow
Source§fn from(value: IOleInPlaceFrame) -> Self
fn from(value: IOleInPlaceFrame) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceUIWindow> for IOleWindow
impl From<IOleInPlaceUIWindow> for IOleWindow
Source§fn from(value: IOleInPlaceUIWindow) -> Self
fn from(value: IOleInPlaceUIWindow) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceUIWindow> for IUnknown
impl From<IOleInPlaceUIWindow> for IUnknown
Source§fn from(value: IOleInPlaceUIWindow) -> Self
fn from(value: IOleInPlaceUIWindow) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleInPlaceUIWindow
impl Interface for IOleInPlaceUIWindow
const IID: Guid
type Vtable = IOleInPlaceUIWindow_abi
Source§impl<'a> IntoParam<'a, IOleInPlaceUIWindow> for &'a IOleInPlaceFrame
impl<'a> IntoParam<'a, IOleInPlaceUIWindow> for &'a IOleInPlaceFrame
fn into_param(self) -> Param<'a, IOleInPlaceUIWindow>
Source§impl<'a> IntoParam<'a, IOleInPlaceUIWindow> for IOleInPlaceFrame
impl<'a> IntoParam<'a, IOleInPlaceUIWindow> for IOleInPlaceFrame
fn into_param(self) -> Param<'a, IOleInPlaceUIWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceUIWindow
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceUIWindow
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceUIWindow
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceUIWindow
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceUIWindow
impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceUIWindow
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceUIWindow
impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceUIWindow
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleInPlaceUIWindow
impl PartialEq for IOleInPlaceUIWindow
impl Eq for IOleInPlaceUIWindow
impl StructuralPartialEq for IOleInPlaceUIWindow
Auto Trait Implementations§
impl Freeze for IOleInPlaceUIWindow
impl RefUnwindSafe for IOleInPlaceUIWindow
impl !Send for IOleInPlaceUIWindow
impl !Sync for IOleInPlaceUIWindow
impl Unpin for IOleInPlaceUIWindow
impl UnwindSafe for IOleInPlaceUIWindow
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