Enum capstone_sys::arm_mem_barrier[][src]

#[repr(u32)]
pub enum arm_mem_barrier {
Show variants 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,
}
Expand description

The memory barrier constants map directly to the 4-bit encoding of the option field for Memory Barrier operations.

Variants

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

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

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.