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