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
new_struct: Option<extern fn(_: TCOD_parser_struct_t, _: *const c_char) -> _bool>
new_flag: Option<extern fn(_: *const c_char) -> _bool>
new_property: Option<extern fn(_: *const c_char, _: TCOD_value_type_t, _: TCOD_value_t) -> _bool>
end_struct: Option<extern fn(_: TCOD_parser_struct_t, _: *const c_char) -> _bool>
error: Option<extern fn(_: *const c_char)>
Trait Implementations
impl Copy for Struct_Unnamed26
[src]
impl Clone for Struct_Unnamed26
[src]
fn clone(&self) -> Struct_Unnamed26
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_Unnamed26
[src]
fn default() -> Struct_Unnamed26
Returns the "default value" for a type. Read more