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]
impl Debug for GTokenType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GTokenType
[src]
impl Copy for GTokenType
impl Clone for GTokenType
[src]
impl Clone for GTokenType
fn clone(&self) -> GTokenType
[src]
fn clone(&self) -> GTokenType
Returns 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 PartialEq for GTokenType
[src]
impl PartialEq for GTokenType
fn eq(&self, other: >okenType) -> bool
[src]
fn eq(&self, other: >okenType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GTokenType
[src]
impl Eq for GTokenType
impl Hash for GTokenType
[src]
impl Hash for GTokenType
Auto Trait Implementations
impl Send for GTokenType
impl Send for GTokenType
impl Sync for GTokenType
impl Sync for GTokenType