Struct capstone_sys::cs_detail [] [src]

#[repr(C)]
pub struct cs_detail { pub regs_read: [u8; 12], pub regs_read_count: u8, pub regs_write: [u8; 20], pub regs_write_count: u8, pub groups: [u8; 8], pub groups_count: u8, pub __bindgen_anon_1: cs_detail__bindgen_ty_1, }

NOTE: All information in cs_detail is only available when CS_OPT_DETAIL = CS_OPT_ON

Fields

list of implicit registers read by this insn

number of implicit registers read by this insn

list of implicit registers modified by this insn

number of implicit registers modified by this insn

list of group this instruction belong to

number of groups this insn belongs to

Architecture-specific instruction info

Trait Implementations

impl Copy for cs_detail
[src]

impl Clone for cs_detail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for cs_detail
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for cs_detail

impl Sync for cs_detail