Enum lldb::InstrumentationRuntimeType [] [src]

#[repr(u32)]
pub enum InstrumentationRuntimeType { AddressSanitizer, ThreadSanitizer, NumInstrumentationRuntimeTypes, }

Variants

Trait Implementations

impl Clone for InstrumentationRuntimeType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for InstrumentationRuntimeType
[src]

impl Debug for InstrumentationRuntimeType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<InstrumentationRuntimeType> for InstrumentationRuntimeType
[src]

[src]

impl PartialOrd<InstrumentationRuntimeType> for InstrumentationRuntimeType
[src]

[src]