Enum lldb::WatchpointKind [] [src]

#[repr(u32)]
pub enum WatchpointKind { eWatchpointKindRead, eWatchpointKindWrite, }

Variants

Trait Implementations

impl Clone for WatchpointKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WatchpointKind
[src]

impl Debug for WatchpointKind
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<WatchpointKind> for WatchpointKind
[src]

[src]

impl PartialOrd<WatchpointKind> for WatchpointKind
[src]

[src]