pub enum ADDRESS0_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable or disable address matching on ADDRESS[0]
Value on reset: 1
Variants§
Trait Implementations§
Source§impl Clone for ADDRESS0_A
impl Clone for ADDRESS0_A
Source§fn clone(&self) -> ADDRESS0_A
fn clone(&self) -> ADDRESS0_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 ADDRESS0_A
impl Debug for ADDRESS0_A
Source§impl From<ADDRESS0_A> for bool
impl From<ADDRESS0_A> for bool
Source§fn from(variant: ADDRESS0_A) -> Self
fn from(variant: ADDRESS0_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ADDRESS0_A
impl PartialEq for ADDRESS0_A
impl Copy for ADDRESS0_A
impl StructuralPartialEq for ADDRESS0_A
Auto Trait Implementations§
impl Freeze for ADDRESS0_A
impl RefUnwindSafe for ADDRESS0_A
impl Send for ADDRESS0_A
impl Sync for ADDRESS0_A
impl Unpin for ADDRESS0_A
impl UnwindSafe for ADDRESS0_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