Struct gdk_sys::GdkPoint [−][src]
Fields
x: c_int
y: c_int
Trait Implementations
impl Copy for GdkPoint[src]
impl Copy for GdkPointimpl Clone for GdkPoint[src]
impl Clone for GdkPointfn clone(&self) -> GdkPoint[src]
fn clone(&self) -> GdkPointReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GdkPoint[src]
impl Debug for GdkPoint