Struct nuklear_sys::nk_panel
[−]
[src]
#[repr(C)]pub struct nk_panel { pub type_: nk_panel_type, pub flags: nk_flags, pub bounds: nk_rect, pub offset_x: *mut nk_uint, pub offset_y: *mut nk_uint, 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_x: *mut nk_uint
offset_y: *mut nk_uint
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) -> Self
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