Struct r_core::RBinDwarfLineHeader[][src]

#[repr(C)]
pub struct RBinDwarfLineHeader {
Show 16 fields pub unit_length: c_ulonglong, pub version: c_ushort, pub header_length: c_ulonglong, pub min_inst_len: c_uchar, pub max_ops_per_inst: c_uchar, pub default_is_stmt: c_uchar, pub line_base: c_int, pub line_range: c_uchar, pub opcode_base: c_uchar, pub address_size: c_uchar, pub segment_selector_size: c_uchar, pub is_64bit: bool, pub std_opcode_lengths: *mut c_uchar, pub include_directories: *mut *mut c_char, pub file_names: *mut file_entry, pub file_names_count: size_t,
}

Fields

unit_length: c_ulonglongversion: c_ushortheader_length: c_ulonglongmin_inst_len: c_ucharmax_ops_per_inst: c_uchardefault_is_stmt: c_ucharline_base: c_intline_range: c_ucharopcode_base: c_ucharaddress_size: c_ucharsegment_selector_size: c_ucharis_64bit: boolstd_opcode_lengths: *mut c_ucharinclude_directories: *mut *mut c_charfile_names: *mut file_entryfile_names_count: size_t

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.