Struct ITransactionOutcomeEvents_Vtbl
#[repr(C)]pub struct ITransactionOutcomeEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub Committed: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *const BOID, _: HRESULT) -> HRESULT,
pub Aborted: unsafe extern "system" fn(_: *mut c_void, _: *const BOID, _: BOOL, _: *const BOID, _: HRESULT) -> HRESULT,
pub HeuristicDecision: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const BOID, _: HRESULT) -> HRESULT,
pub Indoubt: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Committed: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *const BOID, _: HRESULT) -> HRESULT
§Aborted: unsafe extern "system" fn(_: *mut c_void, _: *const BOID, _: BOOL, _: *const BOID, _: HRESULT) -> HRESULT
§HeuristicDecision: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const BOID, _: HRESULT) -> HRESULT
§Indoubt: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ITransactionOutcomeEvents_Vtbl
impl ITransactionOutcomeEvents_Vtbl
pub const fn new<Identity: ITransactionOutcomeEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITransactionOutcomeEvents_Vtbl
impl RefUnwindSafe for ITransactionOutcomeEvents_Vtbl
impl Send for ITransactionOutcomeEvents_Vtbl
impl Sync for ITransactionOutcomeEvents_Vtbl
impl Unpin for ITransactionOutcomeEvents_Vtbl
impl UnwindSafe for ITransactionOutcomeEvents_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