Struct r_core::r_io_bind_t[][src]

#[repr(C)]
pub struct r_io_bind_t {
Show 33 fields pub init: c_int, pub io: *mut RIO, pub desc_use: RIODescUse, pub desc_get: RIODescGet, pub desc_size: RIODescSize, pub open: RIOOpen, pub open_at: RIOOpenAt, pub close: RIOClose, pub read_at: RIOReadAt, pub write_at: RIOWriteAt, pub system: RIOSystem, pub fd_open: RIOFdOpen, pub fd_close: RIOFdClose, pub fd_seek: RIOFdSeek, pub fd_size: RIOFdSize, pub fd_resize: RIOFdResize, pub fd_read: RIOFdRead, pub fd_write: RIOFdWrite, pub fd_read_at: RIOFdReadAt, pub fd_write_at: RIOFdWriteAt, pub fd_is_dbg: RIOFdIsDbg, pub fd_get_name: RIOFdGetName, pub fd_get_map: RIOFdGetMap, pub fd_remap: RIOFdRemap, pub is_valid_offset: RIOIsValidOff, pub addr_is_mapped: RIOAddrIsMapped, pub map_get_at: RIOMapGet, pub map_get_paddr: RIOMapGetPaddr, pub map_add: RIOMapAdd, pub v2p: RIOV2P, pub p2v: RIOP2V, pub ptrace: RIOPtraceFn, pub ptrace_func: RIOPtraceFuncFn,
}

Fields

init: c_intio: *mut RIOdesc_use: RIODescUsedesc_get: RIODescGetdesc_size: RIODescSizeopen: RIOOpenopen_at: RIOOpenAtclose: RIOCloseread_at: RIOReadAtwrite_at: RIOWriteAtsystem: RIOSystemfd_open: RIOFdOpenfd_close: RIOFdClosefd_seek: RIOFdSeekfd_size: RIOFdSizefd_resize: RIOFdResizefd_read: RIOFdReadfd_write: RIOFdWritefd_read_at: RIOFdReadAtfd_write_at: RIOFdWriteAtfd_is_dbg: RIOFdIsDbgfd_get_name: RIOFdGetNamefd_get_map: RIOFdGetMapfd_remap: RIOFdRemapis_valid_offset: RIOIsValidOffaddr_is_mapped: RIOAddrIsMappedmap_get_at: RIOMapGetmap_get_paddr: RIOMapGetPaddrmap_add: RIOMapAddv2p: RIOV2Pp2v: RIOP2Vptrace: RIOPtraceFnptrace_func: RIOPtraceFuncFn

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.