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