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