Enum vips_sys::VipsPCS[][src]

#[repr(u32)]
pub enum VipsPCS { VIPS_PCS_LAB, VIPS_PCS_XYZ, VIPS_PCS_LAST, }

Variants

Trait Implementations

impl Debug for VipsPCS
[src]

Formats the value using the given formatter. Read more

impl Copy for VipsPCS
[src]

impl Clone for VipsPCS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VipsPCS
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VipsPCS
[src]

impl Hash for VipsPCS
[src]

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

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

Auto Trait Implementations

impl Send for VipsPCS

impl Sync for VipsPCS