Union capstone_sys::cs_m68k_op__bindgen_ty_1[][src]

#[repr(C)]
pub union cs_m68k_op__bindgen_ty_1 {
    pub imm: u64,
    pub dimm: f64,
    pub simm: f32,
    pub reg: Type,
    pub reg_pair: cs_m68k_op_reg_pair,
    // some fields omitted
}

Fields

imm: u64

< immediate value for IMM operand

dimm: f64

< double imm

simm: f32

< float imm

reg: Type

< register value for REG operand

reg_pair: cs_m68k_op_reg_pair

< register pair in one operand

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.