Enum lldb::WatchpointEventType [] [src]

#[repr(u32)]
pub enum WatchpointEventType { InvalidType, Added, Removed, Enabled, Disabled, CommandChanged, ConditionChanged, IgnoreChanged, ThreadChanged, TypeChanged, }

Variants

Trait Implementations

impl Clone for WatchpointEventType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WatchpointEventType
[src]

impl Debug for WatchpointEventType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<WatchpointEventType> for WatchpointEventType
[src]

[src]

impl PartialOrd<WatchpointEventType> for WatchpointEventType
[src]

[src]