#[repr(C)]pub struct IOleInPlaceObject {
pub lpVtbl: *mut IOleInPlaceObjectVtbl,
}
Fields§
§lpVtbl: *mut IOleInPlaceObjectVtbl
Trait Implementations§
Source§impl Clone for IOleInPlaceObject
impl Clone for IOleInPlaceObject
Source§fn clone(&self) -> IOleInPlaceObject
fn clone(&self) -> IOleInPlaceObject
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 IOleInPlaceObject
impl Debug for IOleInPlaceObject
Source§impl Ord for IOleInPlaceObject
impl Ord for IOleInPlaceObject
Source§fn cmp(&self, other: &IOleInPlaceObject) -> Ordering
fn cmp(&self, other: &IOleInPlaceObject) -> 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 IOleInPlaceObject
impl PartialEq for IOleInPlaceObject
Source§impl PartialOrd for IOleInPlaceObject
impl PartialOrd for IOleInPlaceObject
impl Copy 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> 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