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
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
Trait Implementations
impl Debug for GTokenType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GTokenType
[src]
impl Clone for GTokenType
[src]
fn clone(&self) -> GTokenType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for GTokenType
[src]
fn eq(&self, __arg_0: >okenType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.