Enum vips_sys::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 Debug for VipsOperationRelational
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for VipsOperationRelational
[src]

impl Clone for VipsOperationRelational
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VipsOperationRelational
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for VipsOperationRelational
[src]

impl Hash for VipsOperationRelational
[src]

[src]

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

1.3.0
[src]

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