#[repr(C)]pub struct IOleClientSite {
pub lpVtbl: *mut IOleClientSiteVtbl,
}
Fields§
§lpVtbl: *mut IOleClientSiteVtbl
Trait Implementations§
Source§impl Clone for IOleClientSite
impl Clone for IOleClientSite
Source§fn clone(&self) -> IOleClientSite
fn clone(&self) -> IOleClientSite
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 IOleClientSite
impl Debug for IOleClientSite
Source§impl Ord for IOleClientSite
impl Ord for IOleClientSite
Source§fn cmp(&self, other: &IOleClientSite) -> Ordering
fn cmp(&self, other: &IOleClientSite) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IOleClientSite
impl PartialEq for IOleClientSite
Source§impl PartialOrd for IOleClientSite
impl PartialOrd for IOleClientSite
impl Copy for IOleClientSite
impl Eq for IOleClientSite
impl StructuralPartialEq 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