Struct r_core::r_cons_palette_t[][src]

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

Fields

b0x00: RColorb0x7f: RColorb0xff: RColorargs: RColorbin: RColorbtext: RColorcall: RColorcjmp: RColorcmp: RColorcomment: RColorusercomment: RColorcreg: RColorflag: RColorfline: RColorfloc: RColorflow: RColorflow2: RColorfname: RColorhelp: RColorinput: RColorinvalid: RColorjmp: RColorlabel: RColormath: RColormov: RColornop: RColornum: RColoroffset: RColorother: RColorpop: RColorprompt: RColorpush: RColorcrypto: RColorreg: RColorreset: RColorret: RColorswi: RColortrap: RColorucall: RColorujmp: RColorai_read: RColorai_write: RColorai_exec: RColorai_seq: RColorai_ascii: RColorgui_cflow: RColorgui_dataoffset: RColorgui_background: RColorgui_alt_background: RColorgui_border: RColorwordhl: RColorlinehl: RColorfunc_var: RColorfunc_var_type: RColorfunc_var_addr: RColorwidget_bg: RColorwidget_sel: RColorgraph_box: RColorgraph_box2: RColorgraph_box3: RColorgraph_box4: RColorgraph_true: RColorgraph_false: RColorgraph_trufae: RColorgraph_traced: RColorgraph_current: RColorgraph_diff_match: RColorgraph_diff_unmatch: RColorgraph_diff_unknown: RColorgraph_diff_new: RColor

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.