Struct gdk_sys::GdkTimeCoord[][src]

#[repr(C)]
pub struct GdkTimeCoord { pub time: u32, pub axes: [c_double; 128], }

Fields

Trait Implementations

impl Copy for GdkTimeCoord
[src]

impl Clone for GdkTimeCoord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkTimeCoord
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations