Struct vc6_sys::IOleInPlaceActiveObject
source · #[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 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 IOleInPlaceActiveObject
impl Debug for IOleInPlaceActiveObject
impl Copy for IOleInPlaceActiveObject
Auto Trait Implementations§
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