Struct windows::Win32::System::DistributedTransactionCoordinator::ITransactionLastResourceAsync_Vtbl
#[repr(C)]pub struct ITransactionLastResourceAsync_Vtbl {
pub base__: IUnknown_Vtbl,
pub DelegateCommit: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ForgetRequest: unsafe extern "system" fn(_: *mut c_void, _: *const BOID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DelegateCommit: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§ForgetRequest: unsafe extern "system" fn(_: *mut c_void, _: *const BOID) -> HRESULT
Implementations§
§impl ITransactionLastResourceAsync_Vtbl
impl ITransactionLastResourceAsync_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITransactionLastResourceAsync_Vtblwhere
Identity: ITransactionLastResourceAsync_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITransactionLastResourceAsync_Vtbl
impl RefUnwindSafe for ITransactionLastResourceAsync_Vtbl
impl Send for ITransactionLastResourceAsync_Vtbl
impl Sync for ITransactionLastResourceAsync_Vtbl
impl Unpin for ITransactionLastResourceAsync_Vtbl
impl UnwindSafe for ITransactionLastResourceAsync_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