pub struct IOleWindow(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for IOleWindow
impl Clone for IOleWindow
Source§fn clone(&self) -> IOleWindow
fn clone(&self) -> IOleWindow
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 IOleWindow
impl Debug for IOleWindow
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<&IOleInPlaceFrame> for IOleWindow
impl From<&IOleInPlaceFrame> for IOleWindow
Source§fn from(value: &IOleInPlaceFrame) -> Self
fn from(value: &IOleInPlaceFrame) -> 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<&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<&IOleInPlaceSite> for IOleWindow
impl From<&IOleInPlaceSite> for IOleWindow
Source§fn from(value: &IOleInPlaceSite) -> Self
fn from(value: &IOleInPlaceSite) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceSiteEx> for IOleWindow
impl From<&IOleInPlaceSiteEx> for IOleWindow
Source§fn from(value: &IOleInPlaceSiteEx) -> Self
fn from(value: &IOleInPlaceSiteEx) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceSiteWindowless> for IOleWindow
impl From<&IOleInPlaceSiteWindowless> for IOleWindow
Source§fn from(value: &IOleInPlaceSiteWindowless) -> Self
fn from(value: &IOleInPlaceSiteWindowless) -> 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<&IOleWindow> for IUnknown
impl From<&IOleWindow> for IUnknown
Source§fn from(value: &IOleWindow) -> Self
fn from(value: &IOleWindow) -> 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<IOleInPlaceFrame> for IOleWindow
impl From<IOleInPlaceFrame> for IOleWindow
Source§fn from(value: IOleInPlaceFrame) -> Self
fn from(value: IOleInPlaceFrame) -> 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<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<IOleInPlaceSite> for IOleWindow
impl From<IOleInPlaceSite> for IOleWindow
Source§fn from(value: IOleInPlaceSite) -> Self
fn from(value: IOleInPlaceSite) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceSiteEx> for IOleWindow
impl From<IOleInPlaceSiteEx> for IOleWindow
Source§fn from(value: IOleInPlaceSiteEx) -> Self
fn from(value: IOleInPlaceSiteEx) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceSiteWindowless> for IOleWindow
impl From<IOleInPlaceSiteWindowless> for IOleWindow
Source§fn from(value: IOleInPlaceSiteWindowless) -> Self
fn from(value: IOleInPlaceSiteWindowless) -> 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<IOleWindow> for IUnknown
impl From<IOleWindow> for IUnknown
Source§fn from(value: IOleWindow) -> Self
fn from(value: IOleWindow) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleWindow
impl Interface for IOleWindow
const IID: Guid
type Vtable = IOleWindow_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 &'a IOleInPlaceFrame
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceFrame
fn into_param(self) -> Param<'a, IOleWindow>
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 &'a IOleInPlaceObjectWindowless
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceObjectWindowless
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSite
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSite
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSiteEx
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSiteEx
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSiteWindowless
fn into_param(self) -> Param<'a, IOleWindow>
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 IOleInPlaceActiveObject
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceActiveObject
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceFrame
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceFrame
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, IOleWindow> for IOleInPlaceObjectWindowless
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceObjectWindowless
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSite
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSite
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSiteEx
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSiteEx
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSiteWindowless
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 IOleWindow
impl<'a> IntoParam<'a, IUnknown> for &'a IOleWindow
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleWindow
impl<'a> IntoParam<'a, IUnknown> for IOleWindow
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleWindow
impl PartialEq for IOleWindow
impl Eq for IOleWindow
impl StructuralPartialEq for IOleWindow
Auto Trait Implementations§
impl Freeze for IOleWindow
impl RefUnwindSafe for IOleWindow
impl !Send for IOleWindow
impl !Sync for IOleWindow
impl Unpin for IOleWindow
impl UnwindSafe for IOleWindow
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