Enum nuklear::CommandType [−][src]
#[repr(i32)]pub enum CommandType { NK_COMMAND_NOP, NK_COMMAND_SCISSOR, NK_COMMAND_LINE, NK_COMMAND_CURVE, NK_COMMAND_RECT, NK_COMMAND_RECT_FILLED, NK_COMMAND_RECT_MULTI_COLOR, NK_COMMAND_CIRCLE, NK_COMMAND_CIRCLE_FILLED, NK_COMMAND_ARC, NK_COMMAND_ARC_FILLED, NK_COMMAND_TRIANGLE, NK_COMMAND_TRIANGLE_FILLED, NK_COMMAND_POLYGON, NK_COMMAND_POLYGON_FILLED, NK_COMMAND_POLYLINE, NK_COMMAND_TEXT, NK_COMMAND_IMAGE, }
Variants
NK_COMMAND_NOPNK_COMMAND_SCISSORNK_COMMAND_LINENK_COMMAND_CURVENK_COMMAND_RECTNK_COMMAND_RECT_FILLEDNK_COMMAND_RECT_MULTI_COLORNK_COMMAND_CIRCLENK_COMMAND_CIRCLE_FILLEDNK_COMMAND_ARCNK_COMMAND_ARC_FILLEDNK_COMMAND_TRIANGLENK_COMMAND_TRIANGLE_FILLEDNK_COMMAND_POLYGONNK_COMMAND_POLYGON_FILLEDNK_COMMAND_POLYLINENK_COMMAND_TEXTNK_COMMAND_IMAGE
Trait Implementations
impl Hash for nk_command_type[src]
impl Hash for nk_command_typefn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for nk_command_type[src]
impl Clone for nk_command_typefn clone(&self) -> nk_command_type[src]
fn clone(&self) -> nk_command_typeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for nk_command_type[src]
impl Debug for nk_command_typefn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_command_type[src]
impl Copy for nk_command_typeimpl Eq for nk_command_type[src]
impl Eq for nk_command_typeimpl PartialEq<nk_command_type> for nk_command_type[src]
impl PartialEq<nk_command_type> for nk_command_typeAuto Trait Implementations
impl Send for nk_command_type
impl Send for nk_command_typeimpl Sync for nk_command_type
impl Sync for nk_command_type