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