Enum vips::VipsOperationRelational[][src]

#[repr(u32)]
pub enum VipsOperationRelational { VIPS_OPERATION_RELATIONAL_EQUAL, VIPS_OPERATION_RELATIONAL_NOTEQ, VIPS_OPERATION_RELATIONAL_LESS, VIPS_OPERATION_RELATIONAL_LESSEQ, VIPS_OPERATION_RELATIONAL_MORE, VIPS_OPERATION_RELATIONAL_MOREEQ, VIPS_OPERATION_RELATIONAL_LAST, }

Variants

Trait Implementations

impl Eq for VipsOperationRelational
[src]

impl Hash for VipsOperationRelational
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsOperationRelational
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsOperationRelational
[src]

Auto Trait Implementations

impl Send for VipsOperationRelational

impl Sync for VipsOperationRelational