Struct IServiceTransactionConfigBase_Vtbl
#[repr(C)]pub struct IServiceTransactionConfigBase_Vtbl {
pub base__: IUnknown_Vtbl,
pub ConfigureTransaction: unsafe extern "system" fn(_: *mut c_void, _: CSC_TransactionConfig) -> HRESULT,
pub IsolationLevel: unsafe extern "system" fn(_: *mut c_void, _: COMAdminTxIsolationLevelOptions) -> HRESULT,
pub TransactionTimeout: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub BringYourOwnTransaction: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub NewTransactionDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ConfigureTransaction: unsafe extern "system" fn(_: *mut c_void, _: CSC_TransactionConfig) -> HRESULT
§IsolationLevel: unsafe extern "system" fn(_: *mut c_void, _: COMAdminTxIsolationLevelOptions) -> HRESULT
§TransactionTimeout: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§BringYourOwnTransaction: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§NewTransactionDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IServiceTransactionConfigBase_Vtbl
impl IServiceTransactionConfigBase_Vtbl
pub const fn new<Identity: IServiceTransactionConfigBase_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IServiceTransactionConfigBase_Vtbl
impl RefUnwindSafe for IServiceTransactionConfigBase_Vtbl
impl Send for IServiceTransactionConfigBase_Vtbl
impl Sync for IServiceTransactionConfigBase_Vtbl
impl Unpin for IServiceTransactionConfigBase_Vtbl
impl UnwindSafe for IServiceTransactionConfigBase_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