Struct nuklear_sys::nk_vec2i [] [src]

#[repr(C)]
pub struct nk_vec2i { pub x: c_short, pub y: c_short, }

Fields

Trait Implementations

impl Debug for nk_vec2i
[src]

Formats the value using the given formatter.

impl Default for nk_vec2i
[src]

Returns the "default value" for a type. Read more

impl Copy for nk_vec2i
[src]

impl Clone for nk_vec2i
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more