Struct capstone_sys::cs_opt_mnem[][src]

#[repr(C)]
pub struct cs_opt_mnem { pub id: c_uint, pub mnemonic: *const c_char, }
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_uint

ID of instruction to be customized.

mnemonic: *const c_char

Customized instruction mnemonic.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.