Struct r_core::r_cons_grep_t[][src]

#[repr(C)]
pub struct r_cons_grep_t {
Show 26 fields pub strings: [[c_char; 64]; 10], pub nstrings: c_int, pub str_: *mut c_char, pub counter: c_int, pub charCounter: bool, pub less: c_int, pub hud: bool, pub human: bool, pub json: c_int, pub json_path: *mut c_char, pub range_line: c_int, pub line: c_int, pub sort: c_int, pub sort_row: c_int, pub sort_invert: bool, pub f_line: c_int, pub l_line: c_int, pub tokens: [c_int; 64], pub tokens_used: c_int, pub amp: c_int, pub zoom: c_int, pub zoomy: c_int, pub neg: c_int, pub begin: c_int, pub end: c_int, pub icase: c_int,
}

Fields

strings: [[c_char; 64]; 10]nstrings: c_intstr_: *mut c_charcounter: c_intcharCounter: boolless: c_inthud: boolhuman: booljson: c_intjson_path: *mut c_charrange_line: c_intline: c_intsort: c_intsort_row: c_intsort_invert: boolf_line: c_intl_line: c_inttokens: [c_int; 64]tokens_used: c_intamp: c_intzoom: c_intzoomy: c_intneg: c_intbegin: c_intend: c_inticase: 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.