Struct windows::Win32::System::Ole::IOleContainer_Vtbl
#[repr(C)]pub struct IOleContainer_Vtbl {
pub base__: IParseDisplayName_Vtbl,
pub EnumObjects: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub LockContainer: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IParseDisplayName_Vtbl
§EnumObjects: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§LockContainer: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IOleContainer_Vtbl
impl IOleContainer_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOleContainer_Vtblwhere
Identity: IOleContainer_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleContainer_Vtbl
impl RefUnwindSafe for IOleContainer_Vtbl
impl Send for IOleContainer_Vtbl
impl Sync for IOleContainer_Vtbl
impl Unpin for IOleContainer_Vtbl
impl UnwindSafe for IOleContainer_Vtbl
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