Struct tcod_sys::Struct_Unnamed23 [] [src]

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

Trait Implementations

impl Copy for Struct_Unnamed23
[src]

impl Clone for Struct_Unnamed23
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed23
[src]

[]

Returns the "default value" for a type. Read more