Enum nuklear_rust::NkAntiAliasing []

pub enum NkAntiAliasing {
    NK_ANTI_ALIASING_OFF,
    NK_ANTI_ALIASING_ON,
}

Variants

Trait Implementations

impl Clone for nk_anti_aliasing

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_anti_aliasing

Formats the value using the given formatter.

impl Copy for nk_anti_aliasing