Enum nuklear::PanelFlags[][src]

#[repr(i32)]
pub enum PanelFlags { NK_WINDOW_BORDER, NK_WINDOW_MOVABLE, NK_WINDOW_SCALABLE, NK_WINDOW_CLOSABLE, NK_WINDOW_MINIMIZABLE, NK_WINDOW_NO_SCROLLBAR, NK_WINDOW_TITLE, NK_WINDOW_SCROLL_AUTO_HIDE, NK_WINDOW_BACKGROUND, NK_WINDOW_SCALE_LEFT, }

Variants

Trait Implementations

impl Hash for nk_panel_flags
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for nk_panel_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_panel_flags
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_panel_flags
[src]

impl Eq for nk_panel_flags
[src]

impl PartialEq<nk_panel_flags> for nk_panel_flags
[src]

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

This method tests for !=.

Auto Trait Implementations