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
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 Eq for VipsBandFormat
[src]
impl Eq for VipsBandFormat
impl Hash for VipsBandFormat
[src]
impl Hash for VipsBandFormat
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq<VipsBandFormat> for VipsBandFormat
[src]
impl PartialEq<VipsBandFormat> 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 Debug for VipsBandFormat
[src]
impl Debug for VipsBandFormat
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
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 Copy for VipsBandFormat
[src]
impl Copy for VipsBandFormat
Auto Trait Implementations
impl Send for VipsBandFormat
impl Send for VipsBandFormat
impl Sync for VipsBandFormat
impl Sync for VipsBandFormat