Struct tcod_sys::Struct_Unnamed29 [] [src]

pub struct Struct_Unnamed29 {
    pub x: c_int,
    pub y: c_int,
    pub w: c_int,
    pub h: c_int,
    pub position: c_int,
    pub level: uint8,
    pub horizontal: _bool,
    // some fields omitted
}

Fields

x
y
w
h
position
level
horizontal

Methods

impl Struct_Unnamed29

unsafe fn tree(&mut self) -> &mut TCOD_tree_t

Trait Implementations

impl Default for Struct_Unnamed29

fn default() -> Struct_Unnamed29

Derived Implementations

impl Clone for Struct_Unnamed29

fn clone(&self) -> Struct_Unnamed29

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

impl Copy for Struct_Unnamed29