Struct ITransactionProxy_Vtbl
#[repr(C)]pub struct ITransactionProxy_Vtbl {
pub base__: IUnknown_Vtbl,
pub Commit: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub Abort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Promote: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateVoter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetIsolationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetIdentifier: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub IsReusable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Commit: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§Abort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Promote: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateVoter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetIsolationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetIdentifier: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§IsReusable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl ITransactionProxy_Vtbl
impl ITransactionProxy_Vtbl
pub const fn new<Identity: ITransactionProxy_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITransactionProxy_Vtbl
impl RefUnwindSafe for ITransactionProxy_Vtbl
impl Send for ITransactionProxy_Vtbl
impl Sync for ITransactionProxy_Vtbl
impl Unpin for ITransactionProxy_Vtbl
impl UnwindSafe for ITransactionProxy_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