Struct IComTransactionEvents_Vtbl
#[repr(C)]pub struct IComTransactionEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnTransactionStart: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: BOOL) -> HRESULT,
pub OnTransactionPrepare: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: BOOL) -> HRESULT,
pub OnTransactionAbort: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID) -> HRESULT,
pub OnTransactionCommit: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnTransactionStart: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: *const GUID, _: BOOL) -> HRESULT
§OnTransactionPrepare: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID, _: BOOL) -> HRESULT
§OnTransactionAbort: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID) -> HRESULT
§OnTransactionCommit: unsafe extern "system" fn(_: *mut c_void, _: *const COMSVCSEVENTINFO, _: *const GUID) -> HRESULT
Implementations§
§impl IComTransactionEvents_Vtbl
impl IComTransactionEvents_Vtbl
pub const fn new<Identity: IComTransactionEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComTransactionEvents_Vtbl
impl RefUnwindSafe for IComTransactionEvents_Vtbl
impl Send for IComTransactionEvents_Vtbl
impl Sync for IComTransactionEvents_Vtbl
impl Unpin for IComTransactionEvents_Vtbl
impl UnwindSafe for IComTransactionEvents_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