pub enum WRITE_PROTECT_PIN_LEVEL_A {
VALUE1 = 0,
VALUE2 = 1,
}
Expand description
Write Protect Switch Pin Level
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for WRITE_PROTECT_PIN_LEVEL_A
impl Clone for WRITE_PROTECT_PIN_LEVEL_A
Source§fn clone(&self) -> WRITE_PROTECT_PIN_LEVEL_A
fn clone(&self) -> WRITE_PROTECT_PIN_LEVEL_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 WRITE_PROTECT_PIN_LEVEL_A
impl Debug for WRITE_PROTECT_PIN_LEVEL_A
Source§impl From<WRITE_PROTECT_PIN_LEVEL_A> for bool
impl From<WRITE_PROTECT_PIN_LEVEL_A> for bool
Source§fn from(variant: WRITE_PROTECT_PIN_LEVEL_A) -> Self
fn from(variant: WRITE_PROTECT_PIN_LEVEL_A) -> Self
Converts to this type from the input type.
impl Copy for WRITE_PROTECT_PIN_LEVEL_A
impl Eq for WRITE_PROTECT_PIN_LEVEL_A
impl StructuralPartialEq for WRITE_PROTECT_PIN_LEVEL_A
Auto Trait Implementations§
impl Freeze for WRITE_PROTECT_PIN_LEVEL_A
impl RefUnwindSafe for WRITE_PROTECT_PIN_LEVEL_A
impl Send for WRITE_PROTECT_PIN_LEVEL_A
impl Sync for WRITE_PROTECT_PIN_LEVEL_A
impl Unpin for WRITE_PROTECT_PIN_LEVEL_A
impl UnwindSafe for WRITE_PROTECT_PIN_LEVEL_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