Enum vips::VipsDemandStyle[][src]

#[repr(i32)]
pub enum VipsDemandStyle { VIPS_DEMAND_STYLE_ERROR, VIPS_DEMAND_STYLE_SMALLTILE, VIPS_DEMAND_STYLE_FATSTRIP, VIPS_DEMAND_STYLE_THINSTRIP, VIPS_DEMAND_STYLE_ANY, }

Variants

Trait Implementations

impl Eq for VipsDemandStyle
[src]

impl Hash for VipsDemandStyle
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsDemandStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsDemandStyle
[src]

Auto Trait Implementations

impl Send for VipsDemandStyle

impl Sync for VipsDemandStyle