Struct tcod_sys::Struct_Unnamed15
[−]
[src]
#[repr(C)]pub struct Struct_Unnamed15 { pub x: c_int, pub y: c_int, pub dx: c_int, pub dy: c_int, pub cx: c_int, pub cy: c_int, pub dcx: c_int, pub dcy: c_int, pub lbutton: _bool, pub rbutton: _bool, pub mbutton: _bool, pub lbutton_pressed: _bool, pub rbutton_pressed: _bool, pub mbutton_pressed: _bool, pub wheel_up: _bool, pub wheel_down: _bool, }
Fields
x: c_int
y: c_int
dx: c_int
dy: c_int
cx: c_int
cy: c_int
dcx: c_int
dcy: c_int
wheel_up: _bool
wheel_down: _bool
Trait Implementations
impl Copy for Struct_Unnamed15
[src]
impl Clone for Struct_Unnamed15
[src]
fn clone(&self) -> Struct_Unnamed15
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_Unnamed15
[src]
fn default() -> Struct_Unnamed15
Returns the "default value" for a type. Read more