Struct nuklear_sys::nk_menu_state
[−]
[src]
pub struct nk_menu_state {
pub x: f32,
pub y: f32,
pub w: f32,
pub h: f32,
pub offset: nk_scroll,
}Fields
x: f32
y: f32
w: f32
h: f32
offset: nk_scroll
Trait Implementations
impl Debug for nk_menu_state[src]
impl Copy for nk_menu_state[src]
impl Clone for nk_menu_state[src]
fn clone(&self) -> nk_menu_state
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