Struct tcod_sys::Struct_Unnamed23
[−]
[src]
#[repr(C)]pub struct Struct_Unnamed23 { pub file_line: c_int, pub token_type: c_int, pub token_int_val: c_int, pub token_idx: c_int, pub token_float_val: c_float, pub tok: *mut c_char, pub toklen: c_int, pub lastStringDelim: c_char, pub pos: *mut c_char, pub buf: *mut c_char, pub filename: *mut c_char, pub last_javadoc_comment: *mut c_char, pub nb_symbols: c_int, pub nb_keywords: c_int, pub flags: c_int, pub symbols: [[c_char; 5]; 100], pub keywords: [[c_char; 20]; 100], pub simpleCmt: *const c_char, pub cmtStart: *const c_char, pub cmtStop: *const c_char, pub javadocCmtStart: *const c_char, pub stringDelim: *const c_char, pub javadoc_read: _bool, pub allocBuf: _bool, pub savept: _bool, }
Fields
file_line: c_int
token_type: c_int
token_int_val: c_int
token_idx: c_int
token_float_val: c_float
tok: *mut c_char
toklen: c_int
lastStringDelim: c_char
pos: *mut c_char
buf: *mut c_char
filename: *mut c_char
last_javadoc_comment: *mut c_char
nb_symbols: c_int
nb_keywords: c_int
flags: c_int
symbols: [[c_char; 5]; 100]
keywords: [[c_char; 20]; 100]
simpleCmt: *const c_char
cmtStart: *const c_char
cmtStop: *const c_char
javadocCmtStart: *const c_char
stringDelim: *const c_char
javadoc_read: _bool
allocBuf: _bool
savept: _bool
Trait Implementations
impl Copy for Struct_Unnamed23
[src]
impl Clone for Struct_Unnamed23
[src]
fn clone(&self) -> Struct_Unnamed23
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for Struct_Unnamed23
[src]
fn default() -> Struct_Unnamed23
Returns the "default value" for a type. Read more