Enum vips::VipsForeignDzLayout[][src]

#[repr(u32)]
pub enum VipsForeignDzLayout { VIPS_FOREIGN_DZ_LAYOUT_DZ, VIPS_FOREIGN_DZ_LAYOUT_ZOOMIFY, VIPS_FOREIGN_DZ_LAYOUT_GOOGLE, VIPS_FOREIGN_DZ_LAYOUT_LAST, }

Variants

Trait Implementations

impl Eq for VipsForeignDzLayout
[src]

impl Hash for VipsForeignDzLayout
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsForeignDzLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsForeignDzLayout
[src]

Auto Trait Implementations

impl Send for VipsForeignDzLayout

impl Sync for VipsForeignDzLayout