Enum nuklear_rust::NkPanelRowLayoutType
[−]
#[repr(i32)]pub enum NkPanelRowLayoutType { NK_LAYOUT_DYNAMIC_FIXED, NK_LAYOUT_DYNAMIC_ROW, NK_LAYOUT_DYNAMIC_FREE, NK_LAYOUT_DYNAMIC, NK_LAYOUT_STATIC_FIXED, NK_LAYOUT_STATIC_ROW, NK_LAYOUT_STATIC_FREE, NK_LAYOUT_STATIC, NK_LAYOUT_TEMPLATE, NK_LAYOUT_COUNT, }
Variants
NK_LAYOUT_DYNAMIC_FIXEDNK_LAYOUT_DYNAMIC_ROWNK_LAYOUT_DYNAMIC_FREENK_LAYOUT_DYNAMICNK_LAYOUT_STATIC_FIXEDNK_LAYOUT_STATIC_ROWNK_LAYOUT_STATIC_FREENK_LAYOUT_STATICNK_LAYOUT_TEMPLATENK_LAYOUT_COUNTTrait Implementations
impl PartialEq<nk_panel_row_layout_type> for nk_panel_row_layout_type
fn eq(&self, __arg_0: &nk_panel_row_layout_type) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for nk_panel_row_layout_type
impl Copy for nk_panel_row_layout_type
impl Debug for nk_panel_row_layout_type
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Hash for nk_panel_row_layout_type
impl Clone for nk_panel_row_layout_type
fn clone(&self) -> nk_panel_row_layout_type
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