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