Struct r_core::r_cons_printable_palette_t[][src]

#[repr(C)]
pub struct r_cons_printable_palette_t {
Show 73 fields pub b0x00: *mut c_char, pub b0x7f: *mut c_char, pub b0xff: *mut c_char, pub args: *mut c_char, pub bin: *mut c_char, pub btext: *mut c_char, pub call: *mut c_char, pub cjmp: *mut c_char, pub cmp: *mut c_char, pub comment: *mut c_char, pub usercomment: *mut c_char, pub creg: *mut c_char, pub flag: *mut c_char, pub fline: *mut c_char, pub floc: *mut c_char, pub flow: *mut c_char, pub flow2: *mut c_char, pub fname: *mut c_char, pub help: *mut c_char, pub input: *mut c_char, pub invalid: *mut c_char, pub jmp: *mut c_char, pub label: *mut c_char, pub math: *mut c_char, pub mov: *mut c_char, pub nop: *mut c_char, pub num: *mut c_char, pub offset: *mut c_char, pub other: *mut c_char, pub pop: *mut c_char, pub prompt: *mut c_char, pub push: *mut c_char, pub crypto: *mut c_char, pub reg: *mut c_char, pub reset: *mut c_char, pub ret: *mut c_char, pub swi: *mut c_char, pub trap: *mut c_char, pub ucall: *mut c_char, pub ujmp: *mut c_char, pub ai_read: *mut c_char, pub ai_write: *mut c_char, pub ai_exec: *mut c_char, pub ai_seq: *mut c_char, pub ai_ascii: *mut c_char, pub ai_unmap: *mut c_char, pub gui_cflow: *mut c_char, pub gui_dataoffset: *mut c_char, pub gui_background: *mut c_char, pub gui_alt_background: *mut c_char, pub gui_border: *mut c_char, pub wordhl: *mut c_char, pub linehl: *mut c_char, pub func_var: *mut c_char, pub func_var_type: *mut c_char, pub func_var_addr: *mut c_char, pub widget_bg: *mut c_char, pub widget_sel: *mut c_char, pub graph_box: *mut c_char, pub graph_box2: *mut c_char, pub graph_box3: *mut c_char, pub graph_box4: *mut c_char, pub graph_diff_match: *mut c_char, pub graph_diff_unmatch: *mut c_char, pub graph_diff_unknown: *mut c_char, pub graph_diff_new: *mut c_char, pub graph_true: *mut c_char, pub graph_false: *mut c_char, pub graph_trufae: *mut c_char, pub graph_traced: *mut c_char, pub graph_current: *mut c_char, pub rainbow: *mut *mut c_char, pub rainbow_sz: c_int,
}

Fields

b0x00: *mut c_charb0x7f: *mut c_charb0xff: *mut c_charargs: *mut c_charbin: *mut c_charbtext: *mut c_charcall: *mut c_charcjmp: *mut c_charcmp: *mut c_charcomment: *mut c_charusercomment: *mut c_charcreg: *mut c_charflag: *mut c_charfline: *mut c_charfloc: *mut c_charflow: *mut c_charflow2: *mut c_charfname: *mut c_charhelp: *mut c_charinput: *mut c_charinvalid: *mut c_charjmp: *mut c_charlabel: *mut c_charmath: *mut c_charmov: *mut c_charnop: *mut c_charnum: *mut c_charoffset: *mut c_charother: *mut c_charpop: *mut c_charprompt: *mut c_charpush: *mut c_charcrypto: *mut c_charreg: *mut c_charreset: *mut c_charret: *mut c_charswi: *mut c_chartrap: *mut c_charucall: *mut c_charujmp: *mut c_charai_read: *mut c_charai_write: *mut c_charai_exec: *mut c_charai_seq: *mut c_charai_ascii: *mut c_charai_unmap: *mut c_chargui_cflow: *mut c_chargui_dataoffset: *mut c_chargui_background: *mut c_chargui_alt_background: *mut c_chargui_border: *mut c_charwordhl: *mut c_charlinehl: *mut c_charfunc_var: *mut c_charfunc_var_type: *mut c_charfunc_var_addr: *mut c_charwidget_bg: *mut c_charwidget_sel: *mut c_chargraph_box: *mut c_chargraph_box2: *mut c_chargraph_box3: *mut c_chargraph_box4: *mut c_chargraph_diff_match: *mut c_chargraph_diff_unmatch: *mut c_chargraph_diff_unknown: *mut c_chargraph_diff_new: *mut c_chargraph_true: *mut c_chargraph_false: *mut c_chargraph_trufae: *mut c_chargraph_traced: *mut c_chargraph_current: *mut c_charrainbow: *mut *mut c_charrainbow_sz: 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.