Enum vips::VipsInteresting[][src]

#[repr(u32)]
pub enum VipsInteresting { VIPS_INTERESTING_NONE, VIPS_INTERESTING_CENTRE, VIPS_INTERESTING_ENTROPY, VIPS_INTERESTING_ATTENTION, VIPS_INTERESTING_LAST, }

Variants

Trait Implementations

impl Eq for VipsInteresting
[src]

impl Hash for VipsInteresting
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsInteresting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsInteresting
[src]

Auto Trait Implementations

impl Send for VipsInteresting

impl Sync for VipsInteresting