Enum avr_device::atmega4809::fuse::syscfg0::RSTPINCFG_A
source · pub enum RSTPINCFG_A {
GPIO = 0,
RST = 1,
}
Expand description
Reset Pin Configuration
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for RSTPINCFG_A
impl Clone for RSTPINCFG_A
source§fn clone(&self) -> RSTPINCFG_A
fn clone(&self) -> RSTPINCFG_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 RSTPINCFG_A
impl Debug for RSTPINCFG_A
source§impl From<RSTPINCFG_A> for bool
impl From<RSTPINCFG_A> for bool
source§fn from(variant: RSTPINCFG_A) -> Self
fn from(variant: RSTPINCFG_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for RSTPINCFG_A
impl PartialEq for RSTPINCFG_A
source§fn eq(&self, other: &RSTPINCFG_A) -> bool
fn eq(&self, other: &RSTPINCFG_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RSTPINCFG_A
impl Eq for RSTPINCFG_A
impl StructuralPartialEq for RSTPINCFG_A
Auto Trait Implementations§
impl RefUnwindSafe for RSTPINCFG_A
impl Send for RSTPINCFG_A
impl Sync for RSTPINCFG_A
impl Unpin for RSTPINCFG_A
impl UnwindSafe for RSTPINCFG_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