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