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