Enum capstone_sys::arm64_vas
source · [−]#[repr(u32)]
pub enum arm64_vas {
Show 15 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
impl Copy for arm64_vas
impl Eq for arm64_vas
impl StructuralEq for arm64_vas
impl StructuralPartialEq for arm64_vas
Auto Trait Implementations
impl RefUnwindSafe for arm64_vas
impl Send for arm64_vas
impl Sync for arm64_vas
impl Unpin for arm64_vas
impl UnwindSafe for arm64_vas
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more