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
type_: c_int
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
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) -> nk_row_layout
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