Struct nuklear_rust::NkMenuState []

#[repr(C)]
pub struct NkMenuState { pub x: f32, pub y: f32, pub w: f32, pub h: f32, pub offset: nk_scroll, }

Fields

Trait Implementations

impl Default for nk_menu_state

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

impl Copy for nk_menu_state

impl Debug for nk_menu_state

Formats the value using the given formatter.

impl Clone for nk_menu_state

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more