Enum lldb::ValueType [] [src]

#[repr(u32)]
pub enum ValueType { Invalid, VariableGlobal, VariableStatic, VariableArgument, VariableLocal, Register, RegisterSet, ConstResult, }

Variants

Trait Implementations

impl Clone for ValueType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ValueType
[src]

impl Debug for ValueType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<ValueType> for ValueType
[src]

[src]

impl PartialOrd<ValueType> for ValueType
[src]

[src]