Enum capstone_sys::arm_cpsflag_type
source · #[repr(u32)]pub enum arm_cpsflag_type {
ARM_CPSFLAG_INVALID = 0,
ARM_CPSFLAG_F = 1,
ARM_CPSFLAG_I = 2,
ARM_CPSFLAG_A = 4,
ARM_CPSFLAG_NONE = 16,
}
Expand description
Operand type for SETEND instruction
Variants§
ARM_CPSFLAG_INVALID = 0
ARM_CPSFLAG_F = 1
ARM_CPSFLAG_I = 2
ARM_CPSFLAG_A = 4
ARM_CPSFLAG_NONE = 16
< no flag
Trait Implementations§
source§impl Clone for arm_cpsflag_type
impl Clone for arm_cpsflag_type
source§fn clone(&self) -> arm_cpsflag_type
fn clone(&self) -> arm_cpsflag_type
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for arm_cpsflag_type
impl Debug for arm_cpsflag_type
source§impl Hash for arm_cpsflag_type
impl Hash for arm_cpsflag_type
source§impl PartialEq for arm_cpsflag_type
impl PartialEq for arm_cpsflag_type
source§fn eq(&self, other: &arm_cpsflag_type) -> bool
fn eq(&self, other: &arm_cpsflag_type) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for arm_cpsflag_type
impl Eq for arm_cpsflag_type
impl StructuralPartialEq for arm_cpsflag_type
Auto Trait Implementations§
impl RefUnwindSafe for arm_cpsflag_type
impl Send for arm_cpsflag_type
impl Sync for arm_cpsflag_type
impl Unpin for arm_cpsflag_type
impl UnwindSafe for arm_cpsflag_type
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more