Enum capstone_rust::capstone_sys::cs_err [] [src]

#[repr(u32)]
pub enum cs_err { CS_ERR_OK, CS_ERR_MEM, CS_ERR_ARCH, CS_ERR_HANDLE, CS_ERR_CSH, CS_ERR_MODE, CS_ERR_OPTION, CS_ERR_DETAIL, CS_ERR_MEMSETUP, CS_ERR_VERSION, CS_ERR_DIET, CS_ERR_SKIPDATA, CS_ERR_X86_ATT, CS_ERR_X86_INTEL, }

Variants

Trait Implementations

impl Debug for cs_err
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for cs_err
[src]

impl Clone for cs_err
[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_err
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for cs_err
[src]

impl Hash for cs_err
[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_err

impl Sync for cs_err