Enum vips::VipsBBits[][src]

#[repr(u32)]
pub enum VipsBBits { IM_BBITS_BYTE, IM_BBITS_SHORT, IM_BBITS_INT, IM_BBITS_COMPLEX, IM_BBITS_DPCOMPLEX, }

Variants

Trait Implementations

impl Eq for VipsBBits
[src]

impl Hash for VipsBBits
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsBBits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsBBits
[src]

Auto Trait Implementations

impl Send for VipsBBits

impl Sync for VipsBBits