pub enum TXACT {
NotInProgress = 0,
InProgress = 1,
}Expand description
TXACT
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TXACT
impl Eq for TXACT
impl StructuralPartialEq for TXACT
Auto Trait Implementations§
impl Freeze for TXACT
impl RefUnwindSafe for TXACT
impl Send for TXACT
impl Sync for TXACT
impl Unpin for TXACT
impl UnwindSafe for TXACT
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