Struct r_core::RBinDwarfSMRegisters[][src]

#[repr(C)]
pub struct RBinDwarfSMRegisters { pub address: c_ulonglong, pub op_index: c_ulonglong, pub file: c_ulonglong, pub line: c_ulonglong, pub column: c_ulonglong, pub is_stmt: c_uchar, pub basic_block: c_uchar, pub end_sequence: c_uchar, pub prologue_end: c_uchar, pub epilogue_begin: c_uchar, pub isa: c_ulonglong, pub discriminator: c_ulonglong, }

Fields

address: c_ulonglongop_index: c_ulonglongfile: c_ulonglongline: c_ulonglongcolumn: c_ulonglongis_stmt: c_ucharbasic_block: c_ucharend_sequence: c_ucharprologue_end: c_ucharepilogue_begin: c_ucharisa: c_ulonglongdiscriminator: c_ulonglong

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.