#[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: RColor
§b0x7f: RColor
§b0xff: RColor
§args: RColor
§bin: RColor
§btext: RColor
§call: RColor
§cjmp: RColor
§cmp: RColor
§comment: RColor
§usercomment: RColor
§creg: RColor
§flag: RColor
§fline: RColor
§floc: RColor
§flow: RColor
§flow2: RColor
§fname: RColor
§help: RColor
§input: RColor
§invalid: RColor
§jmp: RColor
§label: RColor
§math: RColor
§mov: RColor
§nop: RColor
§num: RColor
§offset: RColor
§other: RColor
§pop: RColor
§prompt: RColor
§push: RColor
§crypto: RColor
§reg: RColor
§reset: RColor
§ret: RColor
§swi: RColor
§trap: RColor
§ucall: RColor
§ujmp: RColor
§ai_read: RColor
§ai_write: RColor
§ai_exec: RColor
§ai_seq: RColor
§ai_ascii: RColor
§gui_cflow: RColor
§gui_dataoffset: RColor
§gui_background: RColor
§gui_alt_background: RColor
§gui_border: RColor
§wordhl: RColor
§linehl: RColor
§func_var: RColor
§func_var_type: RColor
§func_var_addr: RColor
§widget_bg: RColor
§widget_sel: RColor
§graph_box: RColor
§graph_box2: RColor
§graph_box3: RColor
§graph_box4: RColor
§graph_true: RColor
§graph_false: RColor
§graph_trufae: RColor
§graph_traced: RColor
§graph_current: RColor
§graph_diff_match: RColor
§graph_diff_unmatch: RColor
§graph_diff_unknown: RColor
§graph_diff_new: RColor
Trait Implementations§
Source§impl Clone for r_cons_palette_t
impl Clone for r_cons_palette_t
Source§fn clone(&self) -> r_cons_palette_t
fn clone(&self) -> r_cons_palette_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for r_cons_palette_t
impl Debug for r_cons_palette_t
impl Copy for r_cons_palette_t
Auto Trait Implementations§
impl Freeze for r_cons_palette_t
impl RefUnwindSafe for r_cons_palette_t
impl Send for r_cons_palette_t
impl Sync for r_cons_palette_t
impl Unpin for r_cons_palette_t
impl UnwindSafe for r_cons_palette_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more