#[repr(C)]pub struct IOleClientSite {
pub lpVtbl: *mut IOleClientSiteVtbl,
}Fields§
§lpVtbl: *mut IOleClientSiteVtblTrait Implementations§
Source§impl Clone for IOleClientSite
impl Clone for IOleClientSite
Source§fn clone(&self) -> IOleClientSite
fn clone(&self) -> IOleClientSite
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 IOleClientSite
impl Debug for IOleClientSite
impl Copy for IOleClientSite
Auto Trait Implementations§
impl Freeze for IOleClientSite
impl RefUnwindSafe for IOleClientSite
impl !Send for IOleClientSite
impl !Sync for IOleClientSite
impl Unpin for IOleClientSite
impl UnwindSafe for IOleClientSite
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