[][src]Enum unicorn::RegisterARM

#[repr(C)]
pub enum RegisterARM { INVALID, APSR, APSR_NZCV, CPSR, FPEXC, FPINST, FPSCR, FPSCR_NZCV, FPSID, ITSTATE, LR, PC, SP, SPSR, D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, D16, D17, D18, D19, D20, D21, D22, D23, D24, D25, D26, D27, D28, D29, D30, D31, FPINST2, MVFR0, MVFR1, MVFR2, Q0, Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, R0, R1, R2, R3, R4, R5, R6, R7, R8, SB, SL, FP, IP, S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S20, S21, S22, S23, S24, S25, S26, S27, S28, S29, S30, S31, }

Variants

INVALIDAPSRAPSR_NZCVCPSRFPEXCFPINSTFPSCRFPSCR_NZCVFPSIDITSTATELRPCSPSPSRD0D1D2D3D4D5D6D7D8D9D10D11D12D13D14D15D16D17D18D19D20D21D22D23D24D25D26D27D28D29D30D31FPINST2MVFR0MVFR1MVFR2Q0Q1Q2Q3Q4Q5Q6Q7Q8Q9Q10Q11Q12Q13Q14Q15R0R1R2R3R4R5R6R7R8SBSLFPIPS0S1S2S3S4S5S6S7S8S9S10S11S12S13S14S15S16S17S18S19S20S21S22S23S24S25S26S27S28S29S30S31

Trait Implementations

impl Register for RegisterARM[src]

impl Copy for RegisterARM[src]

impl PartialEq<RegisterARM> for RegisterARM[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for RegisterARM[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RegisterARM[src]

Auto Trait Implementations

impl Send for RegisterARM

impl Sync for RegisterARM

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]