Struct nuklear::MenuState [−][src]
#[repr(C)]pub struct MenuState { 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 Clone for nk_menu_state[src]
impl Clone for nk_menu_statefn clone(&self) -> nk_menu_state[src]
fn clone(&self) -> nk_menu_stateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for nk_menu_state[src]
impl Default for nk_menu_statefn default() -> nk_menu_state[src]
fn default() -> nk_menu_stateReturns the "default value" for a type. Read more
impl Debug for nk_menu_state[src]
impl Debug for nk_menu_statefn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_menu_state[src]
impl Copy for nk_menu_stateAuto Trait Implementations
impl Send for nk_menu_state
impl Send for nk_menu_stateimpl Sync for nk_menu_state
impl Sync for nk_menu_state