Struct capstone_sys::cs_ac_type[][src]

#[repr(C)]pub struct cs_ac_type(pub u32);

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

Trait Implementations

impl BitAnd<cs_ac_type> for cs_ac_type[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<cs_ac_type> for cs_ac_type[src]

impl BitOr<cs_ac_type> for cs_ac_type[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<cs_ac_type> for cs_ac_type[src]

impl Clone for cs_ac_type[src]

impl Copy for cs_ac_type[src]

impl Debug for cs_ac_type[src]

impl Eq for cs_ac_type[src]

impl Hash for cs_ac_type[src]

impl PartialEq<cs_ac_type> for cs_ac_type[src]

impl StructuralEq for cs_ac_type[src]

impl StructuralPartialEq for cs_ac_type[src]

Auto Trait Implementations

impl Send for cs_ac_type

impl Sync for cs_ac_type

impl Unpin for cs_ac_type

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.