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
source§fn eq(&self, other: &SetThreadFor) -> bool
 
fn eq(&self, other: &SetThreadFor) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.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