Struct nuklear_sys::nk_vec2
[−]
[src]
pub struct nk_vec2 {
pub x: f32,
pub y: f32,
}Fields
x: f32
y: f32
Trait Implementations
impl Debug for nk_vec2[src]
impl Copy for nk_vec2[src]
impl Clone for nk_vec2[src]
fn clone(&self) -> nk_vec2
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more