pub struct Struct_Tcl_Parse {
pub commentStart: *const c_char,
pub commentSize: c_int,
pub commandStart: *const c_char,
pub commandSize: c_int,
pub numWords: c_int,
pub tokenPtr: *mut Tcl_Token,
pub numTokens: c_int,
pub tokensAvailable: c_int,
pub errorType: c_int,
pub string: *const c_char,
pub end: *const c_char,
pub interp: *mut Tcl_Interp,
pub term: *const c_char,
pub incomplete: c_int,
pub staticTokens: [Tcl_Token; 20usize],
}
Fields
|
|
commandStart | |
commandSize | |
numWords | |
tokenPtr | |
numTokens | |
tokensAvailable | |
errorType | |
string | |
end | |
interp | |
term | |
incomplete | |
staticTokens | |
Trait Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).