Enum VipsForeignDzLayout
#[repr(u32)]pub enum VipsForeignDzLayout {
VIPS_FOREIGN_DZ_LAYOUT_DZ = 0,
VIPS_FOREIGN_DZ_LAYOUT_ZOOMIFY = 1,
VIPS_FOREIGN_DZ_LAYOUT_GOOGLE = 2,
VIPS_FOREIGN_DZ_LAYOUT_IIIF = 3,
VIPS_FOREIGN_DZ_LAYOUT_IIIF3 = 4,
VIPS_FOREIGN_DZ_LAYOUT_LAST = 5,
}Variants§
VIPS_FOREIGN_DZ_LAYOUT_DZ = 0
VIPS_FOREIGN_DZ_LAYOUT_ZOOMIFY = 1
VIPS_FOREIGN_DZ_LAYOUT_GOOGLE = 2
VIPS_FOREIGN_DZ_LAYOUT_IIIF = 3
VIPS_FOREIGN_DZ_LAYOUT_IIIF3 = 4
VIPS_FOREIGN_DZ_LAYOUT_LAST = 5
Trait Implementations§
§impl Clone for VipsForeignDzLayout
impl Clone for VipsForeignDzLayout
§fn clone(&self) -> VipsForeignDzLayout
fn clone(&self) -> VipsForeignDzLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for VipsForeignDzLayout
impl Debug for VipsForeignDzLayout
§impl Hash for VipsForeignDzLayout
impl Hash for VipsForeignDzLayout
§impl PartialEq for VipsForeignDzLayout
impl PartialEq for VipsForeignDzLayout
impl Copy for VipsForeignDzLayout
impl Eq for VipsForeignDzLayout
impl StructuralPartialEq for VipsForeignDzLayout
Auto Trait Implementations§
impl Freeze for VipsForeignDzLayout
impl RefUnwindSafe for VipsForeignDzLayout
impl Send for VipsForeignDzLayout
impl Sync for VipsForeignDzLayout
impl Unpin for VipsForeignDzLayout
impl UnwindSafe for VipsForeignDzLayout
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more