Struct nuklear_rust::NkVec2 []

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

Fields

Trait Implementations

impl Clone for nk_vec2

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_vec2

Formats the value using the given formatter.

impl Copy for nk_vec2

impl Default for nk_vec2

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