Struct r_core::r_egg_lang_t[][src]

#[repr(C)]
pub struct r_egg_lang_t {
Show 46 fields pub pushargs: c_int, pub nalias: c_int, pub nsyscalls: c_int, pub conditionstr: *mut c_char, pub syscallbody: *mut c_char, pub includefile: *mut c_char, pub setenviron: *mut c_char, pub mathline: *mut c_char, pub commentmode: c_int, pub varsize: c_int, pub varxs: c_int, pub lastctxdelta: c_int, pub nargs: c_int, pub docall: c_int, pub nfunctions: c_int, pub nbrackets: c_int, pub slurpin: c_int, pub slurp: c_int, pub line: c_int, pub elem: [c_char; 1024], pub attsyntax: c_int, pub elem_n: c_int, pub callname: *mut c_char, pub endframe: *mut c_char, pub ctxpush: [*mut c_char; 32], pub file: *mut c_char, pub dstvar: *mut c_char, pub dstval: *mut c_char, pub includedir: *mut c_char, pub ifelse_table: [[*mut c_char; 32]; 32], pub ndstval: c_int, pub skipline: c_int, pub quoteline: c_int, pub quotelinevar: c_int, pub stackframe: c_int, pub stackfixed: c_int, pub oc: c_int, pub mode: c_int, pub inlinectr: c_int, pub inlines: [r_egg_lang_t__bindgen_ty_1; 256], pub ninlines: c_int, pub syscalls: [r_egg_lang_t__bindgen_ty_2; 256], pub aliases: [r_egg_lang_t__bindgen_ty_3; 256], pub nested: [*mut c_char; 32], pub nested_callname: [*mut c_char; 32], pub nestedi: [c_int; 32],
}

Fields

pushargs: c_intnalias: c_intnsyscalls: c_intconditionstr: *mut c_charsyscallbody: *mut c_charincludefile: *mut c_charsetenviron: *mut c_charmathline: *mut c_charcommentmode: c_intvarsize: c_intvarxs: c_intlastctxdelta: c_intnargs: c_intdocall: c_intnfunctions: c_intnbrackets: c_intslurpin: c_intslurp: c_intline: c_intelem: [c_char; 1024]attsyntax: c_intelem_n: c_intcallname: *mut c_charendframe: *mut c_charctxpush: [*mut c_char; 32]file: *mut c_chardstvar: *mut c_chardstval: *mut c_charincludedir: *mut c_charifelse_table: [[*mut c_char; 32]; 32]ndstval: c_intskipline: c_intquoteline: c_intquotelinevar: c_intstackframe: c_intstackfixed: c_intoc: c_intmode: c_intinlinectr: c_intinlines: [r_egg_lang_t__bindgen_ty_1; 256]ninlines: c_intsyscalls: [r_egg_lang_t__bindgen_ty_2; 256]aliases: [r_egg_lang_t__bindgen_ty_3; 256]nested: [*mut c_char; 32]nested_callname: [*mut c_char; 32]nestedi: [c_int; 32]

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.