Struct capstone_sys::cs_ac_type
source · #[repr(C)]pub struct cs_ac_type(pub c_uint);
Expand description
Common instruction operand access types - to be consistent across all architectures. It is possible to combine access types, for example: CS_AC_READ | CS_AC_WRITE
Tuple Fields§
§0: c_uint
Trait Implementations§
source§impl BitAnd for cs_ac_type
impl BitAnd for cs_ac_type
source§impl BitAndAssign for cs_ac_type
impl BitAndAssign for cs_ac_type
source§fn bitand_assign(&mut self, rhs: cs_ac_type)
fn bitand_assign(&mut self, rhs: cs_ac_type)
Performs the
&=
operation. Read moresource§impl BitOr for cs_ac_type
impl BitOr for cs_ac_type
source§impl BitOrAssign for cs_ac_type
impl BitOrAssign for cs_ac_type
source§fn bitor_assign(&mut self, rhs: cs_ac_type)
fn bitor_assign(&mut self, rhs: cs_ac_type)
Performs the
|=
operation. Read moresource§impl Clone for cs_ac_type
impl Clone for cs_ac_type
source§fn clone(&self) -> cs_ac_type
fn clone(&self) -> cs_ac_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 cs_ac_type
impl Debug for cs_ac_type
source§impl Hash for cs_ac_type
impl Hash for cs_ac_type
source§impl PartialEq for cs_ac_type
impl PartialEq for cs_ac_type
source§fn eq(&self, other: &cs_ac_type) -> bool
fn eq(&self, other: &cs_ac_type) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for cs_ac_type
impl Eq for cs_ac_type
impl StructuralPartialEq for cs_ac_type
Auto Trait Implementations§
impl RefUnwindSafe for cs_ac_type
impl Send for cs_ac_type
impl Sync for cs_ac_type
impl Unpin for cs_ac_type
impl UnwindSafe for cs_ac_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