Enum vips::VipsToken[][src]

#[repr(u32)]
pub enum VipsToken { VIPS_TOKEN_LEFT, VIPS_TOKEN_RIGHT, VIPS_TOKEN_STRING, VIPS_TOKEN_EQUALS, VIPS_TOKEN_COMMA, }

Variants

Trait Implementations

impl Eq for VipsToken
[src]

impl Hash for VipsToken
[src]

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

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

impl PartialEq<VipsToken> for VipsToken
[src]

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

This method tests for !=.

impl Debug for VipsToken
[src]

Formats the value using the given formatter. Read more

impl Clone for VipsToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsToken
[src]

Auto Trait Implementations

impl Send for VipsToken

impl Sync for VipsToken