Struct IOleItemContainer_Vtbl
#[repr(C)]pub struct IOleItemContainer_Vtbl {
pub base__: IOleContainer_Vtbl,
pub GetObject: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetObjectStorage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub IsRunning: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IOleContainer_Vtbl
§GetObject: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetObjectStorage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§IsRunning: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IOleItemContainer_Vtbl
impl IOleItemContainer_Vtbl
pub const fn new<Identity: IOleItemContainer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleItemContainer_Vtbl
impl RefUnwindSafe for IOleItemContainer_Vtbl
impl Send for IOleItemContainer_Vtbl
impl Sync for IOleItemContainer_Vtbl
impl Unpin for IOleItemContainer_Vtbl
impl UnwindSafe for IOleItemContainer_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