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]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl BitOrAssign for cs_mode
[src]

[src]

Performs the |= operation.

impl BitAnd<cs_mode> for cs_mode
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl BitAndAssign for cs_mode
[src]

[src]

Performs the &= operation.

impl Debug for cs_mode
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for cs_mode
[src]

impl Clone for cs_mode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for cs_mode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for cs_mode
[src]

impl Hash for cs_mode
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for cs_mode

impl Sync for cs_mode