Struct nuklear::RowLayout [−][src]
#[repr(C)]pub struct RowLayout { /* fields omitted */ }
Methods
impl RowLayout[src]
impl RowLayoutpub fn layout_type(&self) -> &PanelRowLayoutType[src]
pub fn layout_type(&self) -> &PanelRowLayoutTypepub fn layout_type_mut(&mut self) -> &mut PanelRowLayoutType[src]
pub fn layout_type_mut(&mut self) -> &mut PanelRowLayoutTypepub fn index(&self) -> i32[src]
pub fn index(&self) -> i32pub fn set_index(&mut self, i: i32)[src]
pub fn set_index(&mut self, i: i32)pub fn height(&self) -> f32[src]
pub fn height(&self) -> f32pub fn set_height(&mut self, i: f32)[src]
pub fn set_height(&mut self, i: f32)pub fn columns(&self) -> i32[src]
pub fn columns(&self) -> i32pub fn set_columns(&mut self, i: i32)[src]
pub fn set_columns(&mut self, i: i32)pub fn ratio(&self) -> &f32[src]
pub fn ratio(&self) -> &f32pub fn item_width(&self) -> f32[src]
pub fn item_width(&self) -> f32pub fn set_item_width(&mut self, i: f32)[src]
pub fn set_item_width(&mut self, i: f32)pub fn item_height(&self) -> f32[src]
pub fn item_height(&self) -> f32pub fn set_item_height(&mut self, i: f32)[src]
pub fn set_item_height(&mut self, i: f32)pub fn item_offset(&self) -> f32[src]
pub fn item_offset(&self) -> f32pub fn set_item_offset(&mut self, i: f32)[src]
pub fn set_item_offset(&mut self, i: f32)pub fn filled(&self) -> f32[src]
pub fn filled(&self) -> f32pub fn set_filled(&mut self, i: f32)[src]
pub fn set_filled(&mut self, i: f32)pub fn item(&self) -> &Rect[src]
pub fn item(&self) -> &Rectpub fn item_mut(&mut self) -> &mut Rect[src]
pub fn item_mut(&mut self) -> &mut Rectpub fn tree_depth(&self) -> i32[src]
pub fn tree_depth(&self) -> i32pub fn set_tree_depth(&mut self, i: i32)[src]
pub fn set_tree_depth(&mut self, i: i32)pub fn templates(&self) -> &[f32][src]
pub fn templates(&self) -> &[f32]pub fn templates_mut(&mut self) -> &mut [f32][src]
pub fn templates_mut(&mut self) -> &mut [f32]Trait Implementations
impl Clone for RowLayout[src]
impl Clone for RowLayoutfn clone(&self) -> RowLayout[src]
fn clone(&self) -> RowLayoutReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for RowLayout[src]
impl Debug for RowLayoutfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_row_layout> for RowLayout[src]
impl AsRef<nk_row_layout> for RowLayoutfn as_ref(&self) -> &nk_row_layout[src]
fn as_ref(&self) -> &nk_row_layoutPerforms the conversion.
impl AsMut<nk_row_layout> for RowLayout[src]
impl AsMut<nk_row_layout> for RowLayoutfn as_mut(&mut self) -> &mut nk_row_layout[src]
fn as_mut(&mut self) -> &mut nk_row_layoutPerforms the conversion.
impl AsRef<RowLayout> for nk_row_layout[src]
impl AsRef<RowLayout> for nk_row_layoutimpl AsMut<RowLayout> for nk_row_layout[src]
impl AsMut<RowLayout> for nk_row_layoutimpl Default for RowLayout[src]
impl Default for RowLayout