Enum nuklear_rust::NkLayoutFormat []

#[repr(i32)]
pub enum NkLayoutFormat { NK_DYNAMIC, NK_STATIC, }

Variants

Trait Implementations

impl PartialEq<nk_layout_format> for nk_layout_format

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for nk_layout_format

impl Copy for nk_layout_format

impl Debug for nk_layout_format

Formats the value using the given formatter.

impl Hash for nk_layout_format

impl Clone for nk_layout_format

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more