Enum capstone_sys::arm_cpsmode_type
source · [−]#[repr(u32)]
pub enum arm_cpsmode_type {
ARM_CPSMODE_INVALID,
ARM_CPSMODE_IE,
ARM_CPSMODE_ID,
}Variants
ARM_CPSMODE_INVALID
ARM_CPSMODE_IE
ARM_CPSMODE_ID
Trait Implementations
sourceimpl Clone for arm_cpsmode_type
impl Clone for arm_cpsmode_type
sourcefn clone(&self) -> arm_cpsmode_type
fn clone(&self) -> arm_cpsmode_type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for arm_cpsmode_type
impl Debug for arm_cpsmode_type
sourceimpl Hash for arm_cpsmode_type
impl Hash for arm_cpsmode_type
sourceimpl PartialEq<arm_cpsmode_type> for arm_cpsmode_type
impl PartialEq<arm_cpsmode_type> for arm_cpsmode_type
impl Copy for arm_cpsmode_type
impl Eq for arm_cpsmode_type
impl StructuralEq 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
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