Struct tcod_sys::Struct_Unnamed28
[−]
[src]
#[repr(C)]pub struct Struct_Unnamed28 { pub structs: TCOD_list_t, pub customs: [TCOD_parser_custom_t; 16], pub fatal: _bool, pub props: TCOD_list_t, }
Fields
structs: TCOD_list_t
customs: [TCOD_parser_custom_t; 16]
fatal: _bool
props: TCOD_list_t
Trait Implementations
impl Copy for Struct_Unnamed28
[src]
impl Clone for Struct_Unnamed28
[src]
fn clone(&self) -> Struct_Unnamed28
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_Unnamed28
[src]
fn default() -> Struct_Unnamed28
Returns the "default value" for a type. Read more