Struct tcod_sys::Struct_Unnamed20 [] [src]

pub struct Struct_Unnamed20 {
    pub stepx: c_int,
    pub stepy: c_int,
    pub e: c_int,
    pub deltax: c_int,
    pub deltay: c_int,
    pub origx: c_int,
    pub origy: c_int,
    pub destx: c_int,
    pub desty: c_int,
}

Fields

stepx
stepy
e
deltax
deltay
origx
origy
destx
desty

Trait Implementations

impl Default for Struct_Unnamed20

fn default() -> Struct_Unnamed20

Derived Implementations

impl Clone for Struct_Unnamed20

fn clone(&self) -> Struct_Unnamed20

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

impl Copy for Struct_Unnamed20