#[repr(u8)]pub enum Amodeselect {
Mask = 0,
_2Addresses = 1,
Range = 2,
}
Expand description
Address Mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Amodeselect
impl Clone for Amodeselect
Source§fn clone(&self) -> Amodeselect
fn clone(&self) -> Amodeselect
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 Amodeselect
impl Debug for Amodeselect
Source§impl From<Amodeselect> for u8
impl From<Amodeselect> for u8
Source§fn from(variant: Amodeselect) -> Self
fn from(variant: Amodeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Amodeselect
impl PartialEq for Amodeselect
impl Copy for Amodeselect
impl Eq for Amodeselect
impl IsEnum for Amodeselect
impl StructuralPartialEq for Amodeselect
Auto Trait Implementations§
impl Freeze for Amodeselect
impl RefUnwindSafe for Amodeselect
impl Send for Amodeselect
impl Sync for Amodeselect
impl Unpin for Amodeselect
impl UnwindSafe for Amodeselect
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