pub enum ID0 {
Low = 0,
High = 1,
}Expand description
Port input data pin %s
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ID0
impl Eq for ID0
impl StructuralPartialEq for ID0
Auto Trait Implementations§
impl Freeze for ID0
impl RefUnwindSafe for ID0
impl Send for ID0
impl Sync for ID0
impl Unpin for ID0
impl UnwindSafe for ID0
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