Struct capstone_sys::cs_mode
[−]
[src]
#[repr(C)]pub struct cs_mode(pub i32);
Mode type
Trait Implementations
impl BitOr<cs_mode> for cs_mode[src]
type Output = Self
The resulting type after applying the | operator.
fn bitor(self, other: Self) -> Self[src]
Performs the | operation.
impl BitOrAssign for cs_mode[src]
fn bitor_assign(&mut self, rhs: cs_mode)[src]
Performs the |= operation.
impl BitAnd<cs_mode> for cs_mode[src]
type Output = Self
The resulting type after applying the & operator.
fn bitand(self, other: Self) -> Self[src]
Performs the & operation.
impl BitAndAssign for cs_mode[src]
fn bitand_assign(&mut self, rhs: cs_mode)[src]
Performs the &= operation.
impl Debug for cs_mode[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for cs_mode[src]
impl Clone for cs_mode[src]
fn clone(&self) -> cs_mode[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for cs_mode[src]
fn eq(&self, __arg_0: &cs_mode) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &cs_mode) -> bool[src]
This method tests for !=.