Struct nuklear_sys::nk_row_layout [] [src]

pub struct nk_row_layout {
    pub type_: c_int,
    pub index: c_int,
    pub height: f32,
    pub columns: c_int,
    pub ratio: *const f32,
    pub item_width: f32,
    pub item_height: f32,
    pub item_offset: f32,
    pub filled: f32,
    pub item: nk_rect,
    pub tree_depth: c_int,
}

Fields

Trait Implementations

impl Debug for nk_row_layout
[src]

Formats the value using the given formatter.

impl Copy for nk_row_layout
[src]

impl Clone for nk_row_layout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_row_layout
[src]

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