Struct capstone_sys::CapstoneArchInfo [] [src]

pub struct CapstoneArchInfo<'a> { /* fields omitted */ }

Information specific to architecture

Methods

impl<'a> CapstoneArchInfo<'a>
[src]

[src]

Get the name of the C header

[src]

Get the arch name used in Capstone types

Trait Implementations

impl<'a> Clone for CapstoneArchInfo<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Copy for CapstoneArchInfo<'a>
[src]

impl<'a> PartialEq for CapstoneArchInfo<'a>
[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<'a> Eq for CapstoneArchInfo<'a>
[src]

impl<'a> Debug for CapstoneArchInfo<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Hash for CapstoneArchInfo<'a>
[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<'a> Send for CapstoneArchInfo<'a>

impl<'a> Sync for CapstoneArchInfo<'a>