#[repr(C)]pub struct XACTSTATS {
pub cOpen: u32,
pub cCommitting: u32,
pub cCommitted: u32,
pub cAborting: u32,
pub cAborted: u32,
pub cInDoubt: u32,
pub cHeuristicDecision: u32,
pub timeTransactionsUp: FILETIME,
}Expand description
Required features: ‘Win32_System_DistributedTransactionCoordinator’, ‘Win32_Foundation’
Fields
cOpen: u32cCommitting: u32cCommitted: u32cAborting: u32cAborted: u32cInDoubt: u32cHeuristicDecision: u32timeTransactionsUp: FILETIMETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XACTSTATS
impl Send for XACTSTATS
impl Sync for XACTSTATS
impl Unpin for XACTSTATS
impl UnwindSafe for XACTSTATS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more