Struct capstone_sys::cs_m68k_op[][src]

#[repr(C)]
pub struct cs_m68k_op { pub __bindgen_anon_1: cs_m68k_op__bindgen_ty_1, pub mem: m68k_op_mem, pub br_disp: m68k_op_br_disp, pub register_bits: u32, pub type_: m68k_op_type, pub address_mode: m68k_address_mode, }
Expand description

Instruction operand

Fields

__bindgen_anon_1: cs_m68k_op__bindgen_ty_1mem: m68k_op_mem

< data when operand is targeting memory

br_disp: m68k_op_br_disp

< data when operand is a branch displacement

register_bits: u32

< register bits for movem etc. (always in d0-d7, a0-a7, fp0 - fp7 order)

type_: m68k_op_typeaddress_mode: m68k_address_mode

< M68K addressing mode for this op

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.