Struct capstone_sys::tms320c64x_op_mem[][src]

#[repr(C)]
pub struct tms320c64x_op_mem { pub base: c_uint, pub disp: c_uint, pub unit: c_uint, pub scaled: c_uint, pub disptype: c_uint, pub direction: c_uint, pub modify: c_uint, }

Fields

base: c_uint

< base register

disp: c_uint

< displacement/offset value

unit: c_uint

< unit of base and offset register

scaled: c_uint

< offset scaled

disptype: c_uint

< displacement type

direction: c_uint

< direction

modify: c_uint

< modification

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.