Struct nuklear_rust::NkVec2 []

#[repr(C)]
pub struct NkVec2 { pub x: f32, pub y: f32, }

Fields

Trait Implementations

impl Default for nk_vec2

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

impl Copy for nk_vec2

impl Debug for nk_vec2

Formats the value using the given formatter.

impl Clone for nk_vec2

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more