Enum lldb::BreakpointEventType [] [src]

#[repr(u32)]
pub enum BreakpointEventType { InvalidType, Added, Removed, LocationsAdded, LocationsRemoved, LocationsResolved, Enabled, Disabled, CommandChanged, ConditionChanged, IgnoreChanged, ThreadChanged, }

Variants

Trait Implementations

impl Clone for BreakpointEventType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BreakpointEventType
[src]

impl Debug for BreakpointEventType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<BreakpointEventType> for BreakpointEventType
[src]

[src]

impl PartialOrd<BreakpointEventType> for BreakpointEventType
[src]

[src]