#[repr(C)]pub struct IOleContainer {
pub lpVtbl: *mut IOleContainerVtbl,
}
Fields§
§lpVtbl: *mut IOleContainerVtbl
Trait Implementations§
Source§impl Clone for IOleContainer
impl Clone for IOleContainer
Source§fn clone(&self) -> IOleContainer
fn clone(&self) -> IOleContainer
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 IOleContainer
impl Debug for IOleContainer
Source§impl Ord for IOleContainer
impl Ord for IOleContainer
Source§fn cmp(&self, other: &IOleContainer) -> Ordering
fn cmp(&self, other: &IOleContainer) -> 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 IOleContainer
impl PartialEq for IOleContainer
Source§impl PartialOrd for IOleContainer
impl PartialOrd for IOleContainer
impl Copy for IOleContainer
impl Eq for IOleContainer
impl StructuralPartialEq for IOleContainer
Auto Trait Implementations§
impl Freeze for IOleContainer
impl RefUnwindSafe for IOleContainer
impl !Send for IOleContainer
impl !Sync for IOleContainer
impl Unpin for IOleContainer
impl UnwindSafe for IOleContainer
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