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