pub struct Struct_Unnamed26 {
pub new_struct: Option< extern "C" fn(str: TCOD_parser_struct_t, name: *const c_char) -> _bool>,
pub new_flag: Option< extern "C" fn(name: *const c_char) -> _bool>,
pub new_property: Option< extern "C" fn(propname: *const c_char, _type: TCOD_value_type_t, value: TCOD_value_t) -> _bool>,
pub end_struct: Option< extern "C" fn(str: TCOD_parser_struct_t, name: *const c_char) -> _bool>,
pub error: Option< extern "C" fn(msg: *const c_char)>,
}Fields
new_struct | |
new_flag | |
new_property | |
end_struct | |
error | |
Trait Implementations
Derived Implementations