Struct capstone_sys::cs_opt_mnem
source · [−]Expand description
Customize mnemonic for instructions with alternative name. To reset existing customized instruction to its default mnemonic, call cs_option(CS_OPT_MNEMONIC) again with the same @id and NULL value for @mnemonic.
Fields
id: c_uintID of instruction to be customized.
mnemonic: *const c_charCustomized instruction mnemonic.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cs_opt_mnem
impl !Send for cs_opt_mnem
impl !Sync for cs_opt_mnem
impl Unpin for cs_opt_mnem
impl UnwindSafe for cs_opt_mnem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more