Enum nuklear_rust::NkTextAlignment []

#[repr(i32)]
pub enum NkTextAlignment { NK_TEXT_LEFT, NK_TEXT_CENTERED, NK_TEXT_RIGHT, }

Variants

Trait Implementations

impl PartialEq<nk_text_alignment> for nk_text_alignment

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_text_alignment

impl Copy for nk_text_alignment

impl Debug for nk_text_alignment

Formats the value using the given formatter.

impl Hash for nk_text_alignment

impl Clone for nk_text_alignment

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more