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