Struct wlc_sys_with_elogind::wlc_point [] [src]

#[repr(C)]
pub struct wlc_point { pub x: i32, pub y: i32, }

Fixed 2D point

Fields

Trait Implementations

impl Debug for wlc_point
[src]

[src]

Formats the value using the given formatter.

impl Copy for wlc_point
[src]

impl Clone for wlc_point
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more