#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IOleInPlaceObject
Auto Trait Implementations§
impl !Send for IOleInPlaceObject
impl !Sync for IOleInPlaceObject
impl Freeze for IOleInPlaceObject
impl RefUnwindSafe for IOleInPlaceObject
impl Unpin for IOleInPlaceObject
impl UnsafeUnpin 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