#[repr(C)]pub struct IOleItemContainer {
pub lpVtbl: *mut IOleItemContainerVtbl,
}Fields§
§lpVtbl: *mut IOleItemContainerVtblTrait Implementations§
Source§impl Clone for IOleItemContainer
impl Clone for IOleItemContainer
Source§fn clone(&self) -> IOleItemContainer
fn clone(&self) -> IOleItemContainer
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 IOleItemContainer
impl Debug for IOleItemContainer
impl Copy 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