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