#[repr(C)]pub struct IOleContainerVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IOleContainer, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IOleContainer) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IOleContainer) -> ULONG>,
pub ParseDisplayName: Option<unsafe extern "C" fn(This: *mut IOleContainer, pbc: *mut IBindCtx, pszDisplayName: LPOLESTR, pchEaten: *mut ULONG, ppmkOut: *mut *mut IMoniker) -> HRESULT>,
pub EnumObjects: Option<unsafe extern "C" fn(This: *mut IOleContainer, grfFlags: DWORD, ppenum: *mut *mut IEnumUnknown) -> HRESULT>,
pub LockContainer: Option<unsafe extern "C" fn(This: *mut IOleContainer, fLock: BOOL) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IOleContainer, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IOleContainer) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IOleContainer) -> ULONG>
§ParseDisplayName: Option<unsafe extern "C" fn(This: *mut IOleContainer, pbc: *mut IBindCtx, pszDisplayName: LPOLESTR, pchEaten: *mut ULONG, ppmkOut: *mut *mut IMoniker) -> HRESULT>
§EnumObjects: Option<unsafe extern "C" fn(This: *mut IOleContainer, grfFlags: DWORD, ppenum: *mut *mut IEnumUnknown) -> HRESULT>
§LockContainer: Option<unsafe extern "C" fn(This: *mut IOleContainer, fLock: BOOL) -> HRESULT>
Trait Implementations§
Source§impl Clone for IOleContainerVtbl
impl Clone for IOleContainerVtbl
Source§fn clone(&self) -> IOleContainerVtbl
fn clone(&self) -> IOleContainerVtbl
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 IOleContainerVtbl
impl Debug for IOleContainerVtbl
Source§impl Ord for IOleContainerVtbl
impl Ord for IOleContainerVtbl
Source§fn cmp(&self, other: &IOleContainerVtbl) -> Ordering
fn cmp(&self, other: &IOleContainerVtbl) -> 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 IOleContainerVtbl
impl PartialEq for IOleContainerVtbl
Source§impl PartialOrd for IOleContainerVtbl
impl PartialOrd for IOleContainerVtbl
impl Copy for IOleContainerVtbl
impl Eq for IOleContainerVtbl
impl StructuralPartialEq for IOleContainerVtbl
Auto Trait Implementations§
impl Freeze for IOleContainerVtbl
impl RefUnwindSafe for IOleContainerVtbl
impl Send for IOleContainerVtbl
impl Sync for IOleContainerVtbl
impl Unpin for IOleContainerVtbl
impl UnwindSafe for IOleContainerVtbl
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