Enum vips_sys::GTokenType[][src]

#[repr(u32)]
pub enum GTokenType { G_TOKEN_EOF, G_TOKEN_LEFT_PAREN, G_TOKEN_RIGHT_PAREN, G_TOKEN_LEFT_CURLY, G_TOKEN_RIGHT_CURLY, G_TOKEN_LEFT_BRACE, G_TOKEN_RIGHT_BRACE, G_TOKEN_EQUAL_SIGN, G_TOKEN_COMMA, G_TOKEN_NONE, G_TOKEN_ERROR, G_TOKEN_CHAR, G_TOKEN_BINARY, G_TOKEN_OCTAL, G_TOKEN_INT, G_TOKEN_HEX, G_TOKEN_FLOAT, G_TOKEN_STRING, G_TOKEN_SYMBOL, G_TOKEN_IDENTIFIER, G_TOKEN_IDENTIFIER_NULL, G_TOKEN_COMMENT_SINGLE, G_TOKEN_COMMENT_MULTI, G_TOKEN_LAST, }

Variants

Trait Implementations

impl Debug for GTokenType
[src]

Formats the value using the given formatter. Read more

impl Copy for GTokenType
[src]

impl Clone for GTokenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GTokenType
[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 GTokenType
[src]

impl Hash for GTokenType
[src]

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

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

Auto Trait Implementations

impl Send for GTokenType

impl Sync for GTokenType