Struct gdk_sys::GdkPoint [] [src]

#[repr(C)]
pub struct GdkPoint { pub x: c_int, pub y: c_int, }

Fields