Enum vips::VipsOperationComplex[][src]

#[repr(u32)]
pub enum VipsOperationComplex { VIPS_OPERATION_COMPLEX_POLAR, VIPS_OPERATION_COMPLEX_RECT, VIPS_OPERATION_COMPLEX_CONJ, VIPS_OPERATION_COMPLEX_LAST, }

Variants

Trait Implementations

impl Eq for VipsOperationComplex
[src]

impl Hash for VipsOperationComplex
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsOperationComplex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsOperationComplex
[src]

Auto Trait Implementations

impl Send for VipsOperationComplex

impl Sync for VipsOperationComplex