#[repr(C)]pub struct nk_row_layout {Show 13 fields
pub type_: nk_panel_row_layout_type,
pub index: c_int,
pub height: f32,
pub min_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§min_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§
Source§impl Clone for nk_row_layout
impl Clone for nk_row_layout
Source§fn clone(&self) -> nk_row_layout
fn clone(&self) -> nk_row_layout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nk_row_layout
impl Debug for nk_row_layout
Source§impl Default for nk_row_layout
impl Default for nk_row_layout
impl Copy for nk_row_layout
Auto Trait Implementations§
impl Freeze for nk_row_layout
impl RefUnwindSafe for nk_row_layout
impl !Send for nk_row_layout
impl !Sync for nk_row_layout
impl Unpin for nk_row_layout
impl UnwindSafe for nk_row_layout
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more