Struct ICrmCompensator_Vtbl
#[repr(C)]pub struct ICrmCompensator_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetLogControl: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub BeginPrepare: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PrepareRecord: unsafe extern "system" fn(_: *mut c_void, _: CrmLogRecordRead, _: *mut BOOL) -> HRESULT,
pub EndPrepare: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub BeginCommit: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub CommitRecord: unsafe extern "system" fn(_: *mut c_void, _: CrmLogRecordRead, _: *mut BOOL) -> HRESULT,
pub EndCommit: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub BeginAbort: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub AbortRecord: unsafe extern "system" fn(_: *mut c_void, _: CrmLogRecordRead, _: *mut BOOL) -> HRESULT,
pub EndAbort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetLogControl: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§BeginPrepare: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§PrepareRecord: unsafe extern "system" fn(_: *mut c_void, _: CrmLogRecordRead, _: *mut BOOL) -> HRESULT§EndPrepare: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§BeginCommit: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§CommitRecord: unsafe extern "system" fn(_: *mut c_void, _: CrmLogRecordRead, _: *mut BOOL) -> HRESULT§EndCommit: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§BeginAbort: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§AbortRecord: unsafe extern "system" fn(_: *mut c_void, _: CrmLogRecordRead, _: *mut BOOL) -> HRESULT§EndAbort: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl ICrmCompensator_Vtbl
impl ICrmCompensator_Vtbl
pub const fn new<Identity: ICrmCompensator_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICrmCompensator_Vtbl
impl RefUnwindSafe for ICrmCompensator_Vtbl
impl Send for ICrmCompensator_Vtbl
impl Sync for ICrmCompensator_Vtbl
impl Unpin for ICrmCompensator_Vtbl
impl UnwindSafe for ICrmCompensator_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