Struct capstone_sys::cs_mode
source · #[repr(C)]pub struct cs_mode(pub c_uint);
Expand description
Mode type
Tuple Fields§
§0: c_uint
Trait Implementations§
source§impl BitAndAssign for cs_mode
impl BitAndAssign for cs_mode
source§fn bitand_assign(&mut self, rhs: cs_mode)
fn bitand_assign(&mut self, rhs: cs_mode)
Performs the
&=
operation. Read moresource§impl BitOrAssign for cs_mode
impl BitOrAssign for cs_mode
source§fn bitor_assign(&mut self, rhs: cs_mode)
fn bitor_assign(&mut self, rhs: cs_mode)
Performs the
|=
operation. Read moresource§impl PartialEq for cs_mode
impl PartialEq for cs_mode
impl Copy for cs_mode
impl Eq 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§
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