Enum lldb::RegisterKind
[−]
[src]
#[repr(u32)]pub enum RegisterKind { EHFrame, DWARF, Generic, ProcessPlugin, LLDB, kNumRegisterKinds, }
Variants
EHFrameDWARFGenericProcessPluginLLDBkNumRegisterKinds
Trait Implementations
impl PartialOrd<RegisterKind> for RegisterKind[src]
fn partial_cmp(&self, __arg_0: &RegisterKind) -> Option<Ordering>[src]
impl Copy for RegisterKind[src]
impl Debug for RegisterKind[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more
impl Clone for RegisterKind[src]
fn clone(&self) -> RegisterKind[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more