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
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 Eq for VipsOperationRelational
[src]
impl Eq for VipsOperationRelational
impl Hash for VipsOperationRelational
[src]
impl Hash for VipsOperationRelational
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq<VipsOperationRelational> for VipsOperationRelational
[src]
impl PartialEq<VipsOperationRelational> for VipsOperationRelational
fn eq(&self, other: &VipsOperationRelational) -> bool
[src]
fn eq(&self, other: &VipsOperationRelational) -> 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 Debug for VipsOperationRelational
[src]
impl Debug for VipsOperationRelational
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Clone for VipsOperationRelational
[src]
impl Clone for VipsOperationRelational
fn clone(&self) -> VipsOperationRelational
[src]
fn clone(&self) -> VipsOperationRelational
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 Copy for VipsOperationRelational
[src]
impl Copy for VipsOperationRelational
Auto Trait Implementations
impl Send for VipsOperationRelational
impl Send for VipsOperationRelational
impl Sync for VipsOperationRelational
impl Sync for VipsOperationRelational