#[repr(u8)]pub enum RemapPkcEls {
DISABLE = 0,
ENABLE = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
DISABLE = 0
RAMX0: alias space is disabled.
ENABLE = 1
RAMX0: same alias space as CPU0_SBUS
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Source§impl RemapPkcEls
impl RemapPkcEls
Trait Implementations§
Source§impl Clone for RemapPkcEls
impl Clone for RemapPkcEls
Source§fn clone(&self) -> RemapPkcEls
fn clone(&self) -> RemapPkcEls
Returns a duplicate 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 RemapPkcEls
impl Debug for RemapPkcEls
Source§impl From<RemapPkcEls> for u8
impl From<RemapPkcEls> for u8
Source§fn from(val: RemapPkcEls) -> u8
fn from(val: RemapPkcEls) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RemapPkcEls
impl From<u8> for RemapPkcEls
Source§fn from(val: u8) -> RemapPkcEls
fn from(val: u8) -> RemapPkcEls
Converts to this type from the input type.
Source§impl Ord for RemapPkcEls
impl Ord for RemapPkcEls
Source§fn cmp(&self, other: &RemapPkcEls) -> Ordering
fn cmp(&self, other: &RemapPkcEls) -> 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 RemapPkcEls
impl PartialEq for RemapPkcEls
Source§impl PartialOrd for RemapPkcEls
impl PartialOrd for RemapPkcEls
impl Copy for RemapPkcEls
impl Eq for RemapPkcEls
impl StructuralPartialEq for RemapPkcEls
Auto Trait Implementations§
impl Freeze for RemapPkcEls
impl RefUnwindSafe for RemapPkcEls
impl Send for RemapPkcEls
impl Sync for RemapPkcEls
impl Unpin for RemapPkcEls
impl UnwindSafe for RemapPkcEls
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