#[repr(u32)]pub enum VipsForeignDzDepth {
VIPS_FOREIGN_DZ_DEPTH_ONEPIXEL = 0,
VIPS_FOREIGN_DZ_DEPTH_ONETILE = 1,
VIPS_FOREIGN_DZ_DEPTH_ONE = 2,
VIPS_FOREIGN_DZ_DEPTH_LAST = 3,
}Variants§
VIPS_FOREIGN_DZ_DEPTH_ONEPIXEL = 0
VIPS_FOREIGN_DZ_DEPTH_ONETILE = 1
VIPS_FOREIGN_DZ_DEPTH_ONE = 2
VIPS_FOREIGN_DZ_DEPTH_LAST = 3
Trait Implementations§
Source§impl Clone for VipsForeignDzDepth
impl Clone for VipsForeignDzDepth
Source§fn clone(&self) -> VipsForeignDzDepth
fn clone(&self) -> VipsForeignDzDepth
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 moreSource§impl Debug for VipsForeignDzDepth
impl Debug for VipsForeignDzDepth
Source§impl Hash for VipsForeignDzDepth
impl Hash for VipsForeignDzDepth
Source§impl PartialEq for VipsForeignDzDepth
impl PartialEq for VipsForeignDzDepth
impl Copy for VipsForeignDzDepth
impl Eq for VipsForeignDzDepth
impl StructuralPartialEq for VipsForeignDzDepth
Auto Trait Implementations§
impl Freeze for VipsForeignDzDepth
impl RefUnwindSafe for VipsForeignDzDepth
impl Send for VipsForeignDzDepth
impl Sync for VipsForeignDzDepth
impl Unpin for VipsForeignDzDepth
impl UnwindSafe for VipsForeignDzDepth
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