Struct capstone_sys::cs_mode
source · [−]#[repr(C)]pub struct cs_mode(pub c_uint);Expand description
Mode type
Tuple Fields
0: c_uintTrait Implementations
sourceimpl BitAndAssign<cs_mode> for cs_mode
impl BitAndAssign<cs_mode> for cs_mode
sourcefn bitand_assign(&mut self, rhs: cs_mode)
fn bitand_assign(&mut self, rhs: cs_mode)
Performs the &= operation. Read more
sourceimpl BitOrAssign<cs_mode> for cs_mode
impl BitOrAssign<cs_mode> for cs_mode
sourcefn bitor_assign(&mut self, rhs: cs_mode)
fn bitor_assign(&mut self, rhs: cs_mode)
Performs the |= operation. Read more
impl Copy for cs_mode
impl Eq for cs_mode
impl StructuralEq for cs_mode
impl StructuralPartialEq for cs_mode
Auto Trait Implementations
impl RefUnwindSafe for cs_mode
impl Send for cs_mode
impl Sync for cs_mode
impl Unpin for cs_mode
impl UnwindSafe for cs_mode
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