#[repr(C)]pub struct IOleInPlaceSite {
pub lpVtbl: *mut IOleInPlaceSiteVtbl,
}
Fields§
§lpVtbl: *mut IOleInPlaceSiteVtbl
Trait Implementations§
Source§impl Clone for IOleInPlaceSite
impl Clone for IOleInPlaceSite
Source§fn clone(&self) -> IOleInPlaceSite
fn clone(&self) -> IOleInPlaceSite
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 IOleInPlaceSite
impl Debug for IOleInPlaceSite
Source§impl Ord for IOleInPlaceSite
impl Ord for IOleInPlaceSite
Source§fn cmp(&self, other: &IOleInPlaceSite) -> Ordering
fn cmp(&self, other: &IOleInPlaceSite) -> 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 IOleInPlaceSite
impl PartialEq for IOleInPlaceSite
Source§impl PartialOrd for IOleInPlaceSite
impl PartialOrd for IOleInPlaceSite
impl Copy for IOleInPlaceSite
impl Eq for IOleInPlaceSite
impl StructuralPartialEq for IOleInPlaceSite
Auto Trait Implementations§
impl Freeze for IOleInPlaceSite
impl RefUnwindSafe for IOleInPlaceSite
impl !Send for IOleInPlaceSite
impl !Sync for IOleInPlaceSite
impl Unpin for IOleInPlaceSite
impl UnwindSafe for IOleInPlaceSite
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