Enum lldb::StopReason [] [src]

#[repr(u32)]
pub enum StopReason { Invalid, None, Trace, Breakpoint, Watchpoint, Signal, Exception, Exec, PlanComplete, ThreadExiting, Instrumentation, }

Thread stop reasons.

Variants

Trait Implementations

impl Clone for StopReason
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for StopReason
[src]

impl Debug for StopReason
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<StopReason> for StopReason
[src]

[src]

impl PartialOrd<StopReason> for StopReason
[src]

[src]