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

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