Enum nuklear_rust::NkAntiAliasing []

#[repr(i32)]
pub enum NkAntiAliasing { NK_ANTI_ALIASING_OFF, NK_ANTI_ALIASING_ON, }

Variants

Trait Implementations

impl PartialEq<nk_anti_aliasing> for nk_anti_aliasing

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_anti_aliasing

impl Copy for nk_anti_aliasing

impl Debug for nk_anti_aliasing

Formats the value using the given formatter.

impl Hash for nk_anti_aliasing

impl Clone for nk_anti_aliasing

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more