#[repr(u8)]pub enum Pkc {
PKC_0 = 0,
PKC_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
PKC_0 = 0
RAMX0: alias space is disabled.
PKC_1 = 1
RAMX0: same alias space as CPU0_SBUS
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Pkc
impl Ord for Pkc
Source§impl PartialOrd for Pkc
impl PartialOrd for Pkc
impl Copy for Pkc
impl Eq for Pkc
impl StructuralPartialEq for Pkc
Auto Trait Implementations§
impl Freeze for Pkc
impl RefUnwindSafe for Pkc
impl Send for Pkc
impl Sync for Pkc
impl Unpin for Pkc
impl UnwindSafe for Pkc
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