Struct tcod_sys::Struct_Unnamed29
[−]
[src]
#[repr(C)]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: c_int
y: c_int
w: c_int
h: c_int
position: c_int
level: uint8
horizontal: _bool
Methods
impl Struct_Unnamed29
[src]
unsafe fn tree(&mut self) -> &mut TCOD_tree_t
Trait Implementations
impl Copy for Struct_Unnamed29
[src]
impl Clone for Struct_Unnamed29
[src]
fn clone(&self) -> Struct_Unnamed29
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_Unnamed29
[src]
fn default() -> Struct_Unnamed29
Returns the "default value" for a type. Read more