Enum capstone_sys::arm_cpsmode_type
source · #[repr(u32)]pub enum arm_cpsmode_type {
ARM_CPSMODE_INVALID = 0,
ARM_CPSMODE_IE = 2,
ARM_CPSMODE_ID = 3,
}
Variants§
Trait Implementations§
source§impl Clone for arm_cpsmode_type
impl Clone for arm_cpsmode_type
source§fn clone(&self) -> arm_cpsmode_type
fn clone(&self) -> arm_cpsmode_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_cpsmode_type
impl Debug for arm_cpsmode_type
source§impl Hash for arm_cpsmode_type
impl Hash for arm_cpsmode_type
source§impl PartialEq for arm_cpsmode_type
impl PartialEq for arm_cpsmode_type
source§fn eq(&self, other: &arm_cpsmode_type) -> bool
fn eq(&self, other: &arm_cpsmode_type) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for arm_cpsmode_type
impl Eq for arm_cpsmode_type
impl StructuralPartialEq for arm_cpsmode_type
Auto Trait Implementations§
impl RefUnwindSafe for arm_cpsmode_type
impl Send for arm_cpsmode_type
impl Sync for arm_cpsmode_type
impl Unpin for arm_cpsmode_type
impl UnwindSafe for arm_cpsmode_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