#[repr(u8)]pub enum Haltreq {
CLEAR = 0,
HALT = 1,
}
Variants§
CLEAR = 0
Clears halt request bit for all currently selected harts.
HALT = 1
Currently selected harts halted.
Implementations§
Trait Implementations§
Source§impl Ord for Haltreq
impl Ord for Haltreq
Source§impl PartialOrd for Haltreq
impl PartialOrd for Haltreq
impl Copy for Haltreq
impl Eq for Haltreq
impl StructuralPartialEq for Haltreq
Auto Trait Implementations§
impl Freeze for Haltreq
impl RefUnwindSafe for Haltreq
impl Send for Haltreq
impl Sync for Haltreq
impl Unpin for Haltreq
impl UnwindSafe for Haltreq
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
)