Enum gravity::gnode_n [] [src]

#[repr(u32)]
pub enum gnode_n { NODE_LIST_STAT, NODE_COMPOUND_STAT, NODE_LABEL_STAT, NODE_FLOW_STAT, NODE_JUMP_STAT, NODE_LOOP_STAT, NODE_EMPTY_STAT, NODE_ENUM_DECL, NODE_FUNCTION_DECL, NODE_VARIABLE_DECL, NODE_CLASS_DECL, NODE_MODULE_DECL, NODE_VARIABLE, NODE_BINARY_EXPR, NODE_UNARY_EXPR, NODE_FILE_EXPR, NODE_LIST_EXPR, NODE_LITERAL_EXPR, NODE_IDENTIFIER_EXPR, NODE_POSTFIX_EXPR, NODE_KEYWORD_EXPR, NODE_CALL_EXPR, NODE_SUBSCRIPT_EXPR, NODE_ACCESS_EXPR, }

Variants

Trait Implementations

impl Debug for gnode_n
[src]

Formats the value using the given formatter.

impl Copy for gnode_n
[src]

impl Clone for gnode_n
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for gnode_n
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for gnode_n
[src]

impl Hash for gnode_n
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more