Struct nuklear_sys::nk_vec2 [] [src]

pub struct nk_vec2 {
    pub x: f32,
    pub y: f32,
}

Fields

Trait Implementations

impl Debug for nk_vec2
[src]

Formats the value using the given formatter.

impl Copy for nk_vec2
[src]

impl Clone for nk_vec2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_vec2
[src]

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