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

Trait Implementations

impl Debug for nk_panel
[src]

Formats the value using the given formatter.

impl Copy for nk_panel
[src]

impl Clone for nk_panel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_panel
[src]

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