#[repr(C)]pub struct IOleInPlaceActiveObject {
pub lpVtbl: *mut IOleInPlaceActiveObjectVtbl,
}
Fields§
§lpVtbl: *mut IOleInPlaceActiveObjectVtbl
Trait Implementations§
Source§impl Clone for IOleInPlaceActiveObject
impl Clone for IOleInPlaceActiveObject
Source§fn clone(&self) -> IOleInPlaceActiveObject
fn clone(&self) -> IOleInPlaceActiveObject
Returns a copy 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 Ord for IOleInPlaceActiveObject
impl Ord for IOleInPlaceActiveObject
Source§fn cmp(&self, other: &IOleInPlaceActiveObject) -> Ordering
fn cmp(&self, other: &IOleInPlaceActiveObject) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IOleInPlaceActiveObject
impl PartialEq for IOleInPlaceActiveObject
Source§impl PartialOrd for IOleInPlaceActiveObject
impl PartialOrd for IOleInPlaceActiveObject
impl Copy 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> 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