Struct gdk_sys::GdkPoint
[−]
[src]
#[repr(C)]pub struct GdkPoint { pub x: c_int, pub y: c_int, }
Fields
x: c_int
y: c_int
Trait Implementations
impl Copy for GdkPoint[src]
impl Clone for GdkPoint[src]
fn clone(&self) -> GdkPoint[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more