pub enum SemihostingTarget {
Native,
Gdb,
Auto,
}Variants§
Trait Implementations§
Source§impl Arbitrary for SemihostingTarget
impl Arbitrary for SemihostingTarget
Source§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = TupleUnion<((u32, Arc<fn() -> SemihostingTarget>), (u32, Arc<fn() -> SemihostingTarget>), (u32, Arc<fn() -> SemihostingTarget>))>
type Strategy = TupleUnion<((u32, Arc<fn() -> SemihostingTarget>), (u32, Arc<fn() -> SemihostingTarget>), (u32, Arc<fn() -> SemihostingTarget>))>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Clone for SemihostingTarget
impl Clone for SemihostingTarget
Source§fn clone(&self) -> SemihostingTarget
fn clone(&self) -> SemihostingTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SemihostingTarget
impl Debug for SemihostingTarget
impl Eq for SemihostingTarget
Source§impl FromStr for SemihostingTarget
impl FromStr for SemihostingTarget
Source§impl Hash for SemihostingTarget
impl Hash for SemihostingTarget
Source§impl Ord for SemihostingTarget
impl Ord for SemihostingTarget
Source§fn cmp(&self, other: &SemihostingTarget) -> Ordering
fn cmp(&self, other: &SemihostingTarget) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SemihostingTarget
impl PartialEq for SemihostingTarget
Source§impl PartialOrd for SemihostingTarget
impl PartialOrd for SemihostingTarget
impl StructuralPartialEq for SemihostingTarget
Auto Trait Implementations§
impl Freeze for SemihostingTarget
impl RefUnwindSafe for SemihostingTarget
impl Send for SemihostingTarget
impl Sync for SemihostingTarget
impl Unpin for SemihostingTarget
impl UnsafeUnpin for SemihostingTarget
impl UnwindSafe for SemihostingTarget
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