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
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
Trait Implementations
impl Debug for VipsOperationRelational
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for VipsOperationRelational
[src]
impl Clone for VipsOperationRelational
[src]
fn clone(&self) -> VipsOperationRelational
[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 VipsOperationRelational
[src]
fn eq(&self, __arg_0: &VipsOperationRelational) -> 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 !=
.