Struct gdk_sys::GdkPoint [] [src]

pub struct GdkPoint {
    pub x: c_int,
    pub y: c_int,
}

Fields