Struct tcod_sys::Struct_Unnamed28 [] [src]

pub struct Struct_Unnamed28 {
    pub structs: TCOD_list_t,
    pub customs: [TCOD_parser_custom_t; 16usize],
    pub fatal: _bool,
    pub props: TCOD_list_t,
}

Fields

structs
customs
fatal
props

Trait Implementations

impl Default for Struct_Unnamed28

fn default() -> Struct_Unnamed28

Derived Implementations

impl Clone for Struct_Unnamed28

fn clone(&self) -> Struct_Unnamed28

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

impl Copy for Struct_Unnamed28