pub enum SetThreadFor {
Continue,
ReadRegister,
}
Expand description
Defines target for the set_current_thread command.
Variants§
Trait Implementations§
Source§impl Clone for SetThreadFor
impl Clone for SetThreadFor
Source§fn clone(&self) -> SetThreadFor
fn clone(&self) -> SetThreadFor
Returns a copy 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 SetThreadFor
impl Debug for SetThreadFor
Source§impl PartialEq for SetThreadFor
impl PartialEq for SetThreadFor
impl Eq for SetThreadFor
impl StructuralPartialEq for SetThreadFor
Auto Trait Implementations§
impl Freeze for SetThreadFor
impl RefUnwindSafe for SetThreadFor
impl Send for SetThreadFor
impl Sync for SetThreadFor
impl Unpin for SetThreadFor
impl UnwindSafe for SetThreadFor
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