Enum nuklear_rust::NkAntiAliasing
[−]
pub enum NkAntiAliasing {
NK_ANTI_ALIASING_OFF,
NK_ANTI_ALIASING_ON,
}Variants
NK_ANTI_ALIASING_OFFNK_ANTI_ALIASING_ONTrait Implementations
impl Clone for nk_anti_aliasing
fn clone(&self) -> nk_anti_aliasing
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more