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