Struct r_core::r_cons_context_t[][src]

#[repr(C)]
pub struct r_cons_context_t {
Show 26 fields pub grep: RConsGrep, pub cons_stack: *mut RStack, pub buffer: *mut c_char, pub buffer_len: size_t, pub buffer_sz: size_t, pub error: *mut RStrBuf, pub errmode: c_int, pub breaked: bool, pub was_breaked: bool, pub break_stack: *mut RStack, pub event_interrupt: RConsEvent, pub event_interrupt_data: *mut c_void, pub cmd_depth: c_int, pub log_callback: RLogCallback, pub lastOutput: *mut c_char, pub lastLength: c_int, pub lastMode: bool, pub lastEnabled: bool, pub is_interactive: bool, pub pageable: bool, pub color_mode: c_int, pub cpal: RConsPalette, pub pal: RConsPrintablePalette, pub sorted_lines: *mut RList, pub unsorted_lines: *mut RList, pub sorted_column: c_int,
}

Fields

grep: RConsGrepcons_stack: *mut RStackbuffer: *mut c_charbuffer_len: size_tbuffer_sz: size_terror: *mut RStrBuferrmode: c_intbreaked: boolwas_breaked: boolbreak_stack: *mut RStackevent_interrupt: RConsEventevent_interrupt_data: *mut c_voidcmd_depth: c_intlog_callback: RLogCallbacklastOutput: *mut c_charlastLength: c_intlastMode: boollastEnabled: boolis_interactive: boolpageable: boolcolor_mode: c_intcpal: RConsPalettepal: RConsPrintablePalettesorted_lines: *mut RListunsorted_lines: *mut RListsorted_column: c_int

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.