#[repr(i32)]pub enum _TRANSACTION_INFORMATION_CLASS {
TransactionBasicInformation = 0,
TransactionPropertiesInformation = 1,
TransactionEnlistmentInformation = 2,
TransactionSuperiorEnlistmentInformation = 3,
TransactionBindInformation = 4,
TransactionDTCPrivateInformation = 5,
}Variants§
TransactionBasicInformation = 0
TransactionPropertiesInformation = 1
TransactionEnlistmentInformation = 2
TransactionSuperiorEnlistmentInformation = 3
TransactionBindInformation = 4
TransactionDTCPrivateInformation = 5
Trait Implementations§
Source§impl Clone for _TRANSACTION_INFORMATION_CLASS
impl Clone for _TRANSACTION_INFORMATION_CLASS
Source§fn clone(&self) -> _TRANSACTION_INFORMATION_CLASS
fn clone(&self) -> _TRANSACTION_INFORMATION_CLASS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for _TRANSACTION_INFORMATION_CLASS
impl PartialEq for _TRANSACTION_INFORMATION_CLASS
Source§fn eq(&self, other: &_TRANSACTION_INFORMATION_CLASS) -> bool
fn eq(&self, other: &_TRANSACTION_INFORMATION_CLASS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _TRANSACTION_INFORMATION_CLASS
impl Eq for _TRANSACTION_INFORMATION_CLASS
impl StructuralPartialEq for _TRANSACTION_INFORMATION_CLASS
Auto Trait Implementations§
impl Freeze for _TRANSACTION_INFORMATION_CLASS
impl RefUnwindSafe for _TRANSACTION_INFORMATION_CLASS
impl Send for _TRANSACTION_INFORMATION_CLASS
impl Sync for _TRANSACTION_INFORMATION_CLASS
impl Unpin for _TRANSACTION_INFORMATION_CLASS
impl UnwindSafe for _TRANSACTION_INFORMATION_CLASS
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