#[repr(C)]pub struct IComObjectPoolEvents2_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnObjPoolCreateObject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: u32, _: u64) -> HRESULT,
pub OnObjPoolDestroyObject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: u32, _: u64) -> HRESULT,
pub OnObjPoolCreateDecision: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u32, _: u32, _: u32, _: u32, _: u32) -> HRESULT,
pub OnObjPoolTimeout: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: u32) -> HRESULT,
pub OnObjPoolCreatePool: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: u32, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnObjPoolCreateObject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: u32, _: u64) -> HRESULT
§OnObjPoolDestroyObject: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: u32, _: u64) -> HRESULT
§OnObjPoolCreateDecision: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: u32, _: u32, _: u32, _: u32, _: u32) -> HRESULT
§OnObjPoolTimeout: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: u32) -> HRESULT
§OnObjPoolCreatePool: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: u32, _: u32, _: u32) -> HRESULT
Implementations§
§impl IComObjectPoolEvents2_Vtbl
impl IComObjectPoolEvents2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IComObjectPoolEvents2_Vtblwhere
Identity: IComObjectPoolEvents2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComObjectPoolEvents2_Vtbl
impl RefUnwindSafe for IComObjectPoolEvents2_Vtbl
impl Send for IComObjectPoolEvents2_Vtbl
impl Sync for IComObjectPoolEvents2_Vtbl
impl Unpin for IComObjectPoolEvents2_Vtbl
impl UnwindSafe for IComObjectPoolEvents2_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