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