Struct gdk_sys::GdkPoint [] [src]

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

Fields

Trait Implementations

impl Copy for GdkPoint
[src]

impl Clone for GdkPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GdkPoint
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GdkPoint

impl Sync for GdkPoint