pub enum Extin {
Disable = 0,
Enable = 1,
}Expand description
External Input as Enable
Value on reset: 0
Variants§
Disable = 0
0: External Input as Enable is disabled
Enable = 1
1: External Input as Enable is enabled
Trait Implementations§
impl Copy for Extin
impl Eq for Extin
impl StructuralPartialEq for Extin
Auto Trait Implementations§
impl Freeze for Extin
impl RefUnwindSafe for Extin
impl Send for Extin
impl Sync for Extin
impl Unpin for Extin
impl UnwindSafe for Extin
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