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