Enum capstone_sys::arm64_msr_reg [] [src]

#[repr(u32)]
pub enum arm64_msr_reg { ARM64_SYSREG_DBGDTRTX_EL0, ARM64_SYSREG_OSLAR_EL1, ARM64_SYSREG_PMSWINC_EL0, ARM64_SYSREG_TRCOSLAR, ARM64_SYSREG_TRCLAR, ARM64_SYSREG_ICC_EOIR1_EL1, ARM64_SYSREG_ICC_EOIR0_EL1, ARM64_SYSREG_ICC_DIR_EL1, ARM64_SYSREG_ICC_SGI1R_EL1, ARM64_SYSREG_ICC_ASGI1R_EL1, ARM64_SYSREG_ICC_SGI0R_EL1, }

Variants

Trait Implementations

impl Debug for arm64_msr_reg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for arm64_msr_reg
[src]

impl Clone for arm64_msr_reg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for arm64_msr_reg
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for arm64_msr_reg
[src]

impl Hash for arm64_msr_reg
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for arm64_msr_reg

impl Sync for arm64_msr_reg