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