Enum VipsForeignTiffResunit
#[repr(u32)]pub enum VipsForeignTiffResunit {
VIPS_FOREIGN_TIFF_RESUNIT_CM = 0,
VIPS_FOREIGN_TIFF_RESUNIT_INCH = 1,
VIPS_FOREIGN_TIFF_RESUNIT_LAST = 2,
}Variants§
VIPS_FOREIGN_TIFF_RESUNIT_CM = 0
VIPS_FOREIGN_TIFF_RESUNIT_INCH = 1
VIPS_FOREIGN_TIFF_RESUNIT_LAST = 2
Trait Implementations§
§impl Clone for VipsForeignTiffResunit
impl Clone for VipsForeignTiffResunit
§fn clone(&self) -> VipsForeignTiffResunit
fn clone(&self) -> VipsForeignTiffResunit
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 VipsForeignTiffResunit
impl Debug for VipsForeignTiffResunit
§impl Hash for VipsForeignTiffResunit
impl Hash for VipsForeignTiffResunit
§impl PartialEq for VipsForeignTiffResunit
impl PartialEq for VipsForeignTiffResunit
impl Copy for VipsForeignTiffResunit
impl Eq for VipsForeignTiffResunit
impl StructuralPartialEq for VipsForeignTiffResunit
Auto Trait Implementations§
impl Freeze for VipsForeignTiffResunit
impl RefUnwindSafe for VipsForeignTiffResunit
impl Send for VipsForeignTiffResunit
impl Sync for VipsForeignTiffResunit
impl Unpin for VipsForeignTiffResunit
impl UnwindSafe for VipsForeignTiffResunit
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