#[repr(u32)]pub enum VipsRegionShrink {
VIPS_REGION_SHRINK_MEAN = 0,
VIPS_REGION_SHRINK_MEDIAN = 1,
VIPS_REGION_SHRINK_MODE = 2,
VIPS_REGION_SHRINK_MAX = 3,
VIPS_REGION_SHRINK_MIN = 4,
VIPS_REGION_SHRINK_NEAREST = 5,
VIPS_REGION_SHRINK_LAST = 6,
}Variants§
VIPS_REGION_SHRINK_MEAN = 0
VIPS_REGION_SHRINK_MEDIAN = 1
VIPS_REGION_SHRINK_MODE = 2
VIPS_REGION_SHRINK_MAX = 3
VIPS_REGION_SHRINK_MIN = 4
VIPS_REGION_SHRINK_NEAREST = 5
VIPS_REGION_SHRINK_LAST = 6
Trait Implementations§
Source§impl Clone for VipsRegionShrink
impl Clone for VipsRegionShrink
Source§fn clone(&self) -> VipsRegionShrink
fn clone(&self) -> VipsRegionShrink
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 VipsRegionShrink
impl Debug for VipsRegionShrink
Source§impl Hash for VipsRegionShrink
impl Hash for VipsRegionShrink
Source§impl PartialEq for VipsRegionShrink
impl PartialEq for VipsRegionShrink
impl Copy for VipsRegionShrink
impl Eq for VipsRegionShrink
impl StructuralPartialEq for VipsRegionShrink
Auto Trait Implementations§
impl Freeze for VipsRegionShrink
impl RefUnwindSafe for VipsRegionShrink
impl Send for VipsRegionShrink
impl Sync for VipsRegionShrink
impl Unpin for VipsRegionShrink
impl UnwindSafe for VipsRegionShrink
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