#[repr(C)]pub struct r_core_visual_tab_t {Show 19 fields
pub printidx: c_int,
pub offset: c_ulonglong,
pub cur_enabled: bool,
pub cur: c_int,
pub ocur: c_int,
pub cols: c_int,
pub disMode: c_int,
pub hexMode: c_int,
pub asm_offset: c_int,
pub asm_instr: c_int,
pub asm_indent: c_int,
pub asm_bytes: c_int,
pub asm_cmt_col: c_int,
pub printMode: c_int,
pub current3format: c_int,
pub current4format: c_int,
pub current5format: c_int,
pub dumpCols: c_int,
pub name: [c_char; 32],
}
Fields§
§printidx: c_int
§offset: c_ulonglong
§cur_enabled: bool
§cur: c_int
§ocur: c_int
§cols: c_int
§disMode: c_int
§hexMode: c_int
§asm_offset: c_int
§asm_instr: c_int
§asm_indent: c_int
§asm_bytes: c_int
§asm_cmt_col: c_int
§printMode: c_int
§current3format: c_int
§current4format: c_int
§current5format: c_int
§dumpCols: c_int
§name: [c_char; 32]
Trait Implementations§
Source§impl Clone for r_core_visual_tab_t
impl Clone for r_core_visual_tab_t
Source§fn clone(&self) -> r_core_visual_tab_t
fn clone(&self) -> r_core_visual_tab_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_core_visual_tab_t
impl Debug for r_core_visual_tab_t
impl Copy for r_core_visual_tab_t
Auto Trait Implementations§
impl Freeze for r_core_visual_tab_t
impl RefUnwindSafe for r_core_visual_tab_t
impl Send for r_core_visual_tab_t
impl Sync for r_core_visual_tab_t
impl Unpin for r_core_visual_tab_t
impl UnwindSafe for r_core_visual_tab_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