Enum capstone_sys::arm64_vas[][src]

#[repr(u32)]pub enum arm64_vas {
    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,
}

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

impl Clone for arm64_vas[src]

impl Copy for arm64_vas[src]

impl Debug for arm64_vas[src]

impl Eq for arm64_vas[src]

impl Hash for arm64_vas[src]

impl PartialEq<arm64_vas> for arm64_vas[src]

impl StructuralEq for arm64_vas[src]

impl StructuralPartialEq for arm64_vas[src]

Auto Trait Implementations

impl Send for arm64_vas

impl Sync for arm64_vas

impl Unpin for arm64_vas

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.