#[repr(u8)]pub enum CpurunEn {
STOPPED = 0,
RUNNING = 1,
}
Variants§
STOPPED = 0
CPU stopped. If this is the CPU state after a core reset, setting this bit will change the CPU state to CPU running.
RUNNING = 1
CPU running. If this is the CPU state after a core reset, clearing this bit will change the CPU state to CPU stopped after a core reset.
Implementations§
Trait Implementations§
Source§impl Ord for CpurunEn
impl Ord for CpurunEn
Source§impl PartialOrd for CpurunEn
impl PartialOrd for CpurunEn
impl Copy for CpurunEn
impl Eq for CpurunEn
impl StructuralPartialEq for CpurunEn
Auto Trait Implementations§
impl Freeze for CpurunEn
impl RefUnwindSafe for CpurunEn
impl Send for CpurunEn
impl Sync for CpurunEn
impl Unpin for CpurunEn
impl UnwindSafe for CpurunEn
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
)