Struct tcod_sys::Struct_Unnamed26 [] [src]

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

impl Clone for Struct_Unnamed26

fn clone(&self) -> Struct_Unnamed26

1.0.0fn clone_from(&mut self, source: &Self)

impl Default for Struct_Unnamed26

fn default() -> Struct_Unnamed26

Derived Implementations

impl Copy for Struct_Unnamed26