Struct capstone_sys::CapstoneArchInfo
[−]
[src]
pub struct CapstoneArchInfo<'a> { /* fields omitted */ }Information specific to architecture
Methods
impl<'a> CapstoneArchInfo<'a>[src]
pub fn header_name(&self) -> &str[src]
Get the name of the C header
pub fn cs_name(&self) -> &str[src]
Get the arch name used in Capstone types
Trait Implementations
impl<'a> Clone for CapstoneArchInfo<'a>[src]
fn clone(&self) -> CapstoneArchInfo<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)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]
fn eq(&self, __arg_0: &CapstoneArchInfo<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CapstoneArchInfo<'a>) -> bool[src]
This method tests for !=.
impl<'a> Eq for CapstoneArchInfo<'a>[src]
impl<'a> Debug for CapstoneArchInfo<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more