Struct tcod_sys::Struct_Unnamed26 [] [src]

#[repr(C)]
pub struct Struct_Unnamed26 { pub new_struct: Option<extern fn(_: TCOD_parser_struct_t, _: *const c_char) -> _bool>, pub new_flag: Option<extern fn(_: *const c_char) -> _bool>, pub new_property: Option<extern fn(_: *const c_char, _: TCOD_value_type_t, _: TCOD_value_t) -> _bool>, pub end_struct: Option<extern fn(_: TCOD_parser_struct_t, _: *const c_char) -> _bool>, pub error: Option<extern fn(_: *const c_char)>, }

Fields

Trait Implementations

impl Copy for Struct_Unnamed26
[src]

impl Clone for Struct_Unnamed26
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed26
[src]

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