#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IOleItemContainer
Auto Trait Implementations§
impl !Send for IOleItemContainer
impl !Sync for IOleItemContainer
impl Freeze for IOleItemContainer
impl RefUnwindSafe for IOleItemContainer
impl Unpin for IOleItemContainer
impl UnsafeUnpin 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