Struct nuklear_sys::nk_row_layout
[−]
[src]
#[repr(C)]pub struct nk_row_layout { pub type_: nk_panel_row_layout_type, 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, pub templates: [f32; 16], }
Fields
type_: nk_panel_row_layout_type
index: c_int
height: f32
columns: c_int
ratio: *const f32
item_width: f32
item_height: f32
item_offset: f32
filled: f32
item: nk_rect
tree_depth: c_int
templates: [f32; 16]
Trait Implementations
impl Debug for nk_row_layout[src]
impl Copy for nk_row_layout[src]
impl Clone for nk_row_layout[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