Struct IComObjectPool2Events_Vtbl
#[repr(C)]pub struct IComObjectPool2Events_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnObjPoolPutObject2: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: i32, _: u32, _: u64) -> HRESULT,
pub OnObjPoolGetObject2: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: u32, _: u64, _: *const GUID) -> HRESULT,
pub OnObjPoolRecycleToTx2: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: *const GUID, _: u64) -> HRESULT,
pub OnObjPoolGetFromTx2: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: *const GUID, _: u64, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnObjPoolPutObject2: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: i32, _: u32, _: u64) -> HRESULT
§OnObjPoolGetObject2: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: u32, _: u64, _: *const GUID) -> HRESULT
§OnObjPoolRecycleToTx2: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: *const GUID, _: u64) -> HRESULT
§OnObjPoolGetFromTx2: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: *const GUID, _: u64, _: *const GUID) -> HRESULT
Implementations§
§impl IComObjectPool2Events_Vtbl
impl IComObjectPool2Events_Vtbl
pub const fn new<Identity: IComObjectPool2Events_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComObjectPool2Events_Vtbl
impl RefUnwindSafe for IComObjectPool2Events_Vtbl
impl Send for IComObjectPool2Events_Vtbl
impl Sync for IComObjectPool2Events_Vtbl
impl Unpin for IComObjectPool2Events_Vtbl
impl UnwindSafe for IComObjectPool2Events_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