Enum capstone_sys::arm_mem_barrier [] [src]

#[repr(u32)]
pub enum arm_mem_barrier { ARM_MB_INVALID, ARM_MB_RESERVED_0, ARM_MB_OSHLD, ARM_MB_OSHST, ARM_MB_OSH, ARM_MB_RESERVED_4, ARM_MB_NSHLD, ARM_MB_NSHST, ARM_MB_NSH, ARM_MB_RESERVED_8, ARM_MB_ISHLD, ARM_MB_ISHST, ARM_MB_ISH, ARM_MB_RESERVED_12, ARM_MB_LD, ARM_MB_ST, ARM_MB_SY, }

Variants

Trait Implementations

impl Debug for arm_mem_barrier
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for arm_mem_barrier
[src]

impl Clone for arm_mem_barrier
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for arm_mem_barrier
[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 arm_mem_barrier
[src]

impl Hash for arm_mem_barrier
[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