Enum capstone_sys::arm_setend_type
source · [−]#[repr(u32)]
pub enum arm_setend_type {
ARM_SETEND_INVALID,
ARM_SETEND_BE,
ARM_SETEND_LE,
}Expand description
Operand type for SETEND instruction
Variants
ARM_SETEND_INVALID
< Uninitialized.
ARM_SETEND_BE
< BE operand.
ARM_SETEND_LE
< LE operand
Trait Implementations
sourceimpl Clone for arm_setend_type
impl Clone for arm_setend_type
sourcefn clone(&self) -> arm_setend_type
fn clone(&self) -> arm_setend_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_setend_type
impl Debug for arm_setend_type
sourceimpl Hash for arm_setend_type
impl Hash for arm_setend_type
sourceimpl PartialEq<arm_setend_type> for arm_setend_type
impl PartialEq<arm_setend_type> for arm_setend_type
impl Copy for arm_setend_type
impl Eq for arm_setend_type
impl StructuralEq for arm_setend_type
impl StructuralPartialEq for arm_setend_type
Auto Trait Implementations
impl RefUnwindSafe for arm_setend_type
impl Send for arm_setend_type
impl Sync for arm_setend_type
impl Unpin for arm_setend_type
impl UnwindSafe for arm_setend_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