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