Enum vips::VipsCombine[][src]

#[repr(u32)]
pub enum VipsCombine { VIPS_COMBINE_MAX, VIPS_COMBINE_SUM, VIPS_COMBINE_MIN, VIPS_COMBINE_LAST, }

Variants

Trait Implementations

impl Eq for VipsCombine
[src]

impl Hash for VipsCombine
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsCombine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsCombine
[src]

Auto Trait Implementations

impl Send for VipsCombine

impl Sync for VipsCombine