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
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
Trait Implementations
impl Debug for VipsBandFormat
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for VipsBandFormat
[src]
impl Clone for VipsBandFormat
[src]
fn clone(&self) -> VipsBandFormat
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for VipsBandFormat
[src]
fn eq(&self, __arg_0: &VipsBandFormat) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.