Enum nrf52840_pac::power::resetreas::RESETPIN_A
source · pub enum RESETPIN_A {
NOT_DETECTED = 0,
DETECTED = 1,
}
Expand description
Reset from pin-reset detected
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for RESETPIN_A
impl Clone for RESETPIN_A
source§fn clone(&self) -> RESETPIN_A
fn clone(&self) -> RESETPIN_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RESETPIN_A
impl Debug for RESETPIN_A
source§impl From<RESETPIN_A> for bool
impl From<RESETPIN_A> for bool
source§fn from(variant: RESETPIN_A) -> Self
fn from(variant: RESETPIN_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for RESETPIN_A
impl PartialEq for RESETPIN_A
impl Copy for RESETPIN_A
impl StructuralPartialEq for RESETPIN_A
Auto Trait Implementations§
impl Freeze for RESETPIN_A
impl RefUnwindSafe for RESETPIN_A
impl Send for RESETPIN_A
impl Sync for RESETPIN_A
impl Unpin for RESETPIN_A
impl UnwindSafe for RESETPIN_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)