Struct nuklear_rust::NkVec2i []

pub struct NkVec2i {
    pub x: i16,
    pub y: i16,
}

Fields

Trait Implementations

impl Clone for nk_vec2i

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_vec2i

impl Debug for nk_vec2i

Formats the value using the given formatter.

impl Default for nk_vec2i

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