Union capstone_sys::cs_m680x_op__bindgen_ty_1[][src]

#[repr(C)]
pub union cs_m680x_op__bindgen_ty_1 {
    pub imm: i32,
    pub reg: Type,
    pub idx: m680x_op_idx,
    pub rel: m680x_op_rel,
    pub ext: m680x_op_ext,
    pub direct_addr: u8,
    pub const_val: u8,
    // some fields omitted
}

Fields

imm: i32

< immediate value for IMM operand

reg: Type

< register value for REG operand

idx: m680x_op_idx

< Indexed addressing operand

rel: m680x_op_rel

< Relative address. operand (Bcc/LBcc)

ext: m680x_op_ext

< Extended address

direct_addr: u8

<</ Direct address (lower 8-bit)

const_val: u8

< constant value (bit index, page nr.)

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.