#[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
impl Copy for arm_cpsflag_type
impl Eq for arm_cpsflag_type
impl StructuralPartialEq for arm_cpsflag_type
Auto Trait Implementations§
impl Freeze for arm_cpsflag_type
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