Struct windows::Win32::System::ComponentServices::IComObjectPoolEvents_Vtbl
#[repr(C)]pub struct IComObjectPoolEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnObjPoolPutObject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: i32, _: u32, _: u64) -> HRESULT,
pub OnObjPoolGetObject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: u32, _: u64) -> HRESULT,
pub OnObjPoolRecycleToTx: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: *const GUID, _: u64) -> HRESULT,
pub OnObjPoolGetFromTx: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: *const GUID, _: u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnObjPoolPutObject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: i32, _: u32, _: u64) -> HRESULT
§OnObjPoolGetObject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: u32, _: u64) -> HRESULT
§OnObjPoolRecycleToTx: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: *const GUID, _: u64) -> HRESULT
§OnObjPoolGetFromTx: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: *const GUID, _: u64) -> HRESULT
Implementations§
§impl IComObjectPoolEvents_Vtbl
impl IComObjectPoolEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IComObjectPoolEvents_Vtblwhere
Identity: IComObjectPoolEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComObjectPoolEvents_Vtbl
impl RefUnwindSafe for IComObjectPoolEvents_Vtbl
impl Send for IComObjectPoolEvents_Vtbl
impl Sync for IComObjectPoolEvents_Vtbl
impl Unpin for IComObjectPoolEvents_Vtbl
impl UnwindSafe for IComObjectPoolEvents_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