Enum rp_pac::otp::vals::ArchselCore0
source · #[repr(u8)]pub enum ArchselCore0 {
ARM = 0,
RISCV = 1,
}
Variants§
Implementations§
source§impl ArchselCore0
impl ArchselCore0
Trait Implementations§
source§impl Clone for ArchselCore0
impl Clone for ArchselCore0
source§fn clone(&self) -> ArchselCore0
fn clone(&self) -> ArchselCore0
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<ArchselCore0> for u8
impl From<ArchselCore0> for u8
source§fn from(val: ArchselCore0) -> u8
fn from(val: ArchselCore0) -> u8
Converts to this type from the input type.
source§impl From<u8> for ArchselCore0
impl From<u8> for ArchselCore0
source§fn from(val: u8) -> ArchselCore0
fn from(val: u8) -> ArchselCore0
Converts to this type from the input type.
source§impl Ord for ArchselCore0
impl Ord for ArchselCore0
source§fn cmp(&self, other: &ArchselCore0) -> Ordering
fn cmp(&self, other: &ArchselCore0) -> 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 ArchselCore0
impl PartialEq for ArchselCore0
source§impl PartialOrd for ArchselCore0
impl PartialOrd for ArchselCore0
impl Copy for ArchselCore0
impl Eq for ArchselCore0
impl StructuralPartialEq for ArchselCore0
Auto Trait Implementations§
impl Freeze for ArchselCore0
impl RefUnwindSafe for ArchselCore0
impl Send for ArchselCore0
impl Sync for ArchselCore0
impl Unpin for ArchselCore0
impl UnwindSafe for ArchselCore0
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
)