Struct capstone_sys::CapstoneArchInfo [−][src]
pub struct CapstoneArchInfo<'a> { /* fields omitted */ }Expand description
Information specific to architecture
Implementations
Get the name of the C header
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> Send for CapstoneArchInfo<'a>impl<'a> Sync for CapstoneArchInfo<'a>impl<'a> Unpin for CapstoneArchInfo<'a>