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