pub struct HandleHalt;Expand description
Provides the CPU’s halt-handling behavior.
Trait Implementations§
Source§impl From<HandleHalt> for InstrBuilder
impl From<HandleHalt> for InstrBuilder
Source§fn from(_: HandleHalt) -> Self
fn from(_: HandleHalt) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for HandleHalt
impl RefUnwindSafe for HandleHalt
impl Send for HandleHalt
impl Sync for HandleHalt
impl Unpin for HandleHalt
impl UnwindSafe for HandleHalt
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