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

Trait Implementations

impl Copy for Struct_Unnamed15
[src]

impl Clone for Struct_Unnamed15
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed15
[src]

Returns the "default value" for a type. Read more