Struct sdl2_sys::SDL_Finger [] [src]

#[repr(C)]
pub struct SDL_Finger { pub id: SDL_FingerID, pub x: f32, pub y: f32, pub pressure: f32, }

Fields

Trait Implementations

impl Debug for SDL_Finger
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_Finger
[src]

impl Clone for SDL_Finger
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more