Enum VipsOperationRelational
#[repr(u32)]pub enum VipsOperationRelational {
VIPS_OPERATION_RELATIONAL_EQUAL = 0,
VIPS_OPERATION_RELATIONAL_NOTEQ = 1,
VIPS_OPERATION_RELATIONAL_LESS = 2,
VIPS_OPERATION_RELATIONAL_LESSEQ = 3,
VIPS_OPERATION_RELATIONAL_MORE = 4,
VIPS_OPERATION_RELATIONAL_MOREEQ = 5,
VIPS_OPERATION_RELATIONAL_LAST = 6,
}Variants§
VIPS_OPERATION_RELATIONAL_EQUAL = 0
VIPS_OPERATION_RELATIONAL_NOTEQ = 1
VIPS_OPERATION_RELATIONAL_LESS = 2
VIPS_OPERATION_RELATIONAL_LESSEQ = 3
VIPS_OPERATION_RELATIONAL_MORE = 4
VIPS_OPERATION_RELATIONAL_MOREEQ = 5
VIPS_OPERATION_RELATIONAL_LAST = 6
Trait Implementations§
§impl Clone for VipsOperationRelational
impl Clone for VipsOperationRelational
§fn clone(&self) -> VipsOperationRelational
fn clone(&self) -> VipsOperationRelational
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for VipsOperationRelational
impl Debug for VipsOperationRelational
§impl Hash for VipsOperationRelational
impl Hash for VipsOperationRelational
§impl PartialEq for VipsOperationRelational
impl PartialEq for VipsOperationRelational
impl Copy for VipsOperationRelational
impl Eq for VipsOperationRelational
impl StructuralPartialEq for VipsOperationRelational
Auto Trait Implementations§
impl Freeze for VipsOperationRelational
impl RefUnwindSafe for VipsOperationRelational
impl Send for VipsOperationRelational
impl Sync for VipsOperationRelational
impl Unpin for VipsOperationRelational
impl UnwindSafe for VipsOperationRelational
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more