Enum nuklear_sys::nk_command_clipping [] [src]

pub enum nk_command_clipping {
    NK_CLIPPING_OFF,
    NK_CLIPPING_ON,
}

Variants

Trait Implementations

impl Debug for nk_command_clipping
[src]

Formats the value using the given formatter.

impl Copy for nk_command_clipping
[src]

impl Clone for nk_command_clipping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more