pub enum P3_A {
VALUE1 = 0,
VALUE2 = 1,
}
Expand description
Port n Input Bit 3
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for P3_A
impl Eq for P3_A
impl StructuralPartialEq for P3_A
Auto Trait Implementations§
impl Freeze for P3_A
impl RefUnwindSafe for P3_A
impl Send for P3_A
impl Sync for P3_A
impl Unpin for P3_A
impl UnwindSafe for P3_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