Struct nuklear_sys::nk_panel
[−]
[src]
pub struct nk_panel {
pub type_: nk_panel_type,
pub flags: nk_flags,
pub bounds: nk_rect,
pub offset: *mut nk_scroll,
pub at_x: f32,
pub at_y: f32,
pub max_x: f32,
pub footer_height: f32,
pub header_height: f32,
pub border: f32,
pub has_scrolling: c_uint,
pub clip: nk_rect,
pub menu: nk_menu_state,
pub row: nk_row_layout,
pub chart: nk_chart,
pub popup_buffer: nk_popup_buffer,
pub buffer: *mut nk_command_buffer,
pub parent: *mut nk_panel,
}Fields
type_: nk_panel_type
flags: nk_flags
bounds: nk_rect
offset: *mut nk_scroll
at_x: f32
at_y: f32
max_x: f32
header_height: f32
border: f32
has_scrolling: c_uint
clip: nk_rect
row: nk_row_layout
chart: nk_chart
popup_buffer: nk_popup_buffer
buffer: *mut nk_command_buffer
parent: *mut nk_panel
Trait Implementations
impl Debug for nk_panel[src]
impl Copy for nk_panel[src]
impl Clone for nk_panel[src]
fn clone(&self) -> nk_panel
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