Struct r_core::r_io_t[][src]

#[repr(C)]
pub struct r_io_t {
Show 32 fields pub desc: *mut r_io_desc_t, pub off: c_ulonglong, pub bits: c_int, pub va: c_int, pub ff: bool, pub Oxff: c_uchar, pub addrbytes: size_t, pub aslr: bool, pub autofd: bool, pub cached: c_uint, pub cachemode: bool, pub p_cache: c_uint, pub map_ids: *mut RIDPool, pub maps: RPVector, pub map_skyline: RSkyline, pub files: *mut RIDStorage, pub buffer: *mut RCache, pub cache: RPVector, pub cache_skyline: RSkyline, pub write_mask: *mut c_uchar, pub write_mask_len: c_int, pub mask: c_ulonglong, pub undo: RIOUndo, pub plugins: *mut SdbList, pub nodup: bool, pub runprofile: *mut c_char, pub envprofile: *mut c_char, pub args: *mut c_char, pub event: *mut REvent, pub cb_printf: PrintfCallback, pub corebind: RCoreBind, pub want_ptrace_wrap: bool,
}

Fields

desc: *mut r_io_desc_toff: c_ulonglongbits: c_intva: c_intff: boolOxff: c_ucharaddrbytes: size_taslr: boolautofd: boolcached: c_uintcachemode: boolp_cache: c_uintmap_ids: *mut RIDPoolmaps: RPVectormap_skyline: RSkylinefiles: *mut RIDStoragebuffer: *mut RCachecache: RPVectorcache_skyline: RSkylinewrite_mask: *mut c_ucharwrite_mask_len: c_intmask: c_ulonglongundo: RIOUndoplugins: *mut SdbListnodup: boolrunprofile: *mut c_charenvprofile: *mut c_charargs: *mut c_charevent: *mut REventcb_printf: PrintfCallbackcorebind: RCoreBindwant_ptrace_wrap: bool

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.