#[repr(u8)]pub enum IMPLEMENTER_A {
VALUE1 = 65,
}
Expand description
Implementer code
Value on reset: 65
Variants§
VALUE1 = 65
65: ARM
Trait Implementations§
Source§impl Clone for IMPLEMENTER_A
impl Clone for IMPLEMENTER_A
Source§fn clone(&self) -> IMPLEMENTER_A
fn clone(&self) -> IMPLEMENTER_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 IMPLEMENTER_A
impl Debug for IMPLEMENTER_A
Source§impl From<IMPLEMENTER_A> for u8
impl From<IMPLEMENTER_A> for u8
Source§fn from(variant: IMPLEMENTER_A) -> Self
fn from(variant: IMPLEMENTER_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IMPLEMENTER_A
impl PartialEq for IMPLEMENTER_A
impl Copy for IMPLEMENTER_A
impl Eq for IMPLEMENTER_A
impl IsEnum for IMPLEMENTER_A
impl StructuralPartialEq for IMPLEMENTER_A
Auto Trait Implementations§
impl Freeze for IMPLEMENTER_A
impl RefUnwindSafe for IMPLEMENTER_A
impl Send for IMPLEMENTER_A
impl Sync for IMPLEMENTER_A
impl Unpin for IMPLEMENTER_A
impl UnwindSafe for IMPLEMENTER_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