Enum vips::VipsBandFormat[][src]

#[repr(i32)]
pub enum VipsBandFormat { VIPS_FORMAT_NOTSET, VIPS_FORMAT_UCHAR, VIPS_FORMAT_CHAR, VIPS_FORMAT_USHORT, VIPS_FORMAT_SHORT, VIPS_FORMAT_UINT, VIPS_FORMAT_INT, VIPS_FORMAT_FLOAT, VIPS_FORMAT_COMPLEX, VIPS_FORMAT_DOUBLE, VIPS_FORMAT_DPCOMPLEX, VIPS_FORMAT_LAST, }

Variants

Trait Implementations

impl Eq for VipsBandFormat
[src]

impl Hash for VipsBandFormat
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsBandFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsBandFormat
[src]

Auto Trait Implementations

impl Send for VipsBandFormat

impl Sync for VipsBandFormat