Enum vips::VipsIntent[][src]

#[repr(u32)]
pub enum VipsIntent { VIPS_INTENT_PERCEPTUAL, VIPS_INTENT_RELATIVE, VIPS_INTENT_SATURATION, VIPS_INTENT_ABSOLUTE, VIPS_INTENT_LAST, }

Variants

Trait Implementations

impl Eq for VipsIntent
[src]

impl Hash for VipsIntent
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsIntent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsIntent
[src]

Auto Trait Implementations

impl Send for VipsIntent

impl Sync for VipsIntent