Enum capstone_sys::arm64_vas[][src]

#[repr(u32)]
pub enum arm64_vas {
Show variants ARM64_VAS_INVALID, ARM64_VAS_16B, ARM64_VAS_8B, ARM64_VAS_4B, ARM64_VAS_1B, ARM64_VAS_8H, ARM64_VAS_4H, ARM64_VAS_2H, ARM64_VAS_1H, ARM64_VAS_4S, ARM64_VAS_2S, ARM64_VAS_1S, ARM64_VAS_2D, ARM64_VAS_1D, ARM64_VAS_1Q,
}
Expand description

Vector arrangement specifier (for FloatingPoint/Advanced SIMD insn)

Variants

ARM64_VAS_INVALID
ARM64_VAS_16B
ARM64_VAS_8B
ARM64_VAS_4B
ARM64_VAS_1B
ARM64_VAS_8H
ARM64_VAS_4H
ARM64_VAS_2H
ARM64_VAS_1H
ARM64_VAS_4S
ARM64_VAS_2S
ARM64_VAS_1S
ARM64_VAS_2D
ARM64_VAS_1D
ARM64_VAS_1Q

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.