#[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: u32
cCommitting: u32
cCommitted: u32
cAborting: u32
cAborted: u32
cInDoubt: u32
cHeuristicDecision: u32
timeTransactionsUp: FILETIME
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more