Enum vips::VipsOperationMath[][src]

#[repr(u32)]
pub enum VipsOperationMath { VIPS_OPERATION_MATH_SIN, VIPS_OPERATION_MATH_COS, VIPS_OPERATION_MATH_TAN, VIPS_OPERATION_MATH_ASIN, VIPS_OPERATION_MATH_ACOS, VIPS_OPERATION_MATH_ATAN, VIPS_OPERATION_MATH_LOG, VIPS_OPERATION_MATH_LOG10, VIPS_OPERATION_MATH_EXP, VIPS_OPERATION_MATH_EXP10, VIPS_OPERATION_MATH_LAST, }

Variants

Trait Implementations

impl Eq for VipsOperationMath
[src]

impl Hash for VipsOperationMath
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsOperationMath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsOperationMath
[src]

Auto Trait Implementations

impl Send for VipsOperationMath

impl Sync for VipsOperationMath