#[repr(u32)]pub enum RegisterKind {
EHFrame = 0,
DWARF = 1,
Generic = 2,
ProcessPlugin = 3,
LLDB = 4,
kNumRegisterKinds = 5,
}Variants§
Trait Implementations§
Source§impl Clone for RegisterKind
impl Clone for RegisterKind
Source§fn clone(&self) -> RegisterKind
fn clone(&self) -> RegisterKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegisterKind
impl Debug for RegisterKind
Source§impl PartialEq for RegisterKind
impl PartialEq for RegisterKind
Source§impl PartialOrd for RegisterKind
impl PartialOrd for RegisterKind
impl Copy for RegisterKind
impl Eq for RegisterKind
impl StructuralPartialEq for RegisterKind
Auto Trait Implementations§
impl Freeze for RegisterKind
impl RefUnwindSafe for RegisterKind
impl Send for RegisterKind
impl Sync for RegisterKind
impl Unpin for RegisterKind
impl UnwindSafe for RegisterKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more