Struct r_core::r_bin_file_t[][src]

#[repr(C)]
pub struct r_bin_file_t {
Show 20 fields pub file: *mut c_char, pub fd: c_int, pub size: c_int, pub rawstr: c_int, pub strmode: c_int, pub id: c_uint, pub buf: *mut RBuffer, pub offset: c_ulonglong, pub o: *mut RBinObject, pub xtr_obj: *mut c_void, pub loadaddr: c_ulonglong, pub minstrlen: c_int, pub maxstrlen: c_int, pub narch: c_int, pub curxtr: *mut r_bin_xtr_plugin_t, pub xtr_data: *mut RList, pub sdb: *mut Sdb, pub sdb_info: *mut Sdb, pub sdb_addrinfo: *mut Sdb, pub rbin: *mut r_bin_t,
}
Expand description

XX curplugin == o->plugin

Fields

file: *mut c_charfd: c_intsize: c_intrawstr: c_intstrmode: c_intid: c_uintbuf: *mut RBufferoffset: c_ulonglongo: *mut RBinObjectxtr_obj: *mut c_voidloadaddr: c_ulonglongminstrlen: c_intmaxstrlen: c_intnarch: c_intcurxtr: *mut r_bin_xtr_plugin_txtr_data: *mut RListsdb: *mut Sdbsdb_info: *mut Sdbsdb_addrinfo: *mut Sdbrbin: *mut r_bin_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.