Enum vips_sys::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 Debug for VipsBandFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for VipsBandFormat
[src]

impl Clone for VipsBandFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VipsBandFormat
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for VipsBandFormat
[src]

impl Hash for VipsBandFormat
[src]

[src]

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

1.3.0
[src]

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