Enum rp_pac::otp::vals::ArchselCore1
source · #[repr(u8)]pub enum ArchselCore1 {
ARM = 0,
RISCV = 1,
}
Variants§
Implementations§
source§impl ArchselCore1
impl ArchselCore1
Trait Implementations§
source§impl Clone for ArchselCore1
impl Clone for ArchselCore1
source§fn clone(&self) -> ArchselCore1
fn clone(&self) -> ArchselCore1
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 From<ArchselCore1> for u8
impl From<ArchselCore1> for u8
source§fn from(val: ArchselCore1) -> u8
fn from(val: ArchselCore1) -> u8
Converts to this type from the input type.
source§impl From<u8> for ArchselCore1
impl From<u8> for ArchselCore1
source§fn from(val: u8) -> ArchselCore1
fn from(val: u8) -> ArchselCore1
Converts to this type from the input type.
source§impl Ord for ArchselCore1
impl Ord for ArchselCore1
source§fn cmp(&self, other: &ArchselCore1) -> Ordering
fn cmp(&self, other: &ArchselCore1) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ArchselCore1
impl PartialEq for ArchselCore1
source§impl PartialOrd for ArchselCore1
impl PartialOrd for ArchselCore1
impl Copy for ArchselCore1
impl Eq for ArchselCore1
impl StructuralPartialEq for ArchselCore1
Auto Trait Implementations§
impl Freeze for ArchselCore1
impl RefUnwindSafe for ArchselCore1
impl Send for ArchselCore1
impl Sync for ArchselCore1
impl Unpin for ArchselCore1
impl UnwindSafe for ArchselCore1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)