Enum vips::VipsOperationMath2[][src]

#[repr(u32)]
pub enum VipsOperationMath2 { VIPS_OPERATION_MATH2_POW, VIPS_OPERATION_MATH2_WOP, VIPS_OPERATION_MATH2_LAST, }

Variants

Trait Implementations

impl Eq for VipsOperationMath2
[src]

impl Hash for VipsOperationMath2
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsOperationMath2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsOperationMath2
[src]

Auto Trait Implementations

impl Send for VipsOperationMath2

impl Sync for VipsOperationMath2