Struct wlc_sys::wlc_size [] [src]

#[repr(C)]
pub struct wlc_size { pub w: u32, pub h: u32, }

Fixed 2D size

Fields

Trait Implementations

impl Debug for wlc_size
[src]

Formats the value using the given formatter.

impl Copy for wlc_size
[src]

impl Clone for wlc_size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more