Struct windows::Win32::System::DistributedTransactionCoordinator::ITransactionPhase0EnlistmentAsync_Vtbl
#[repr(C)]pub struct ITransactionPhase0EnlistmentAsync_Vtbl {
pub base__: IUnknown_Vtbl,
pub Enable: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WaitForEnlistment: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Phase0Done: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Unenlist: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetTransaction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Enable: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§WaitForEnlistment: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Phase0Done: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Unenlist: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetTransaction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITransactionPhase0EnlistmentAsync_Vtbl
impl ITransactionPhase0EnlistmentAsync_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITransactionPhase0EnlistmentAsync_Vtblwhere
Identity: ITransactionPhase0EnlistmentAsync_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITransactionPhase0EnlistmentAsync_Vtbl
impl RefUnwindSafe for ITransactionPhase0EnlistmentAsync_Vtbl
impl Send for ITransactionPhase0EnlistmentAsync_Vtbl
impl Sync for ITransactionPhase0EnlistmentAsync_Vtbl
impl Unpin for ITransactionPhase0EnlistmentAsync_Vtbl
impl UnwindSafe for ITransactionPhase0EnlistmentAsync_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