Enum VipsInteresting
#[repr(u32)]pub enum VipsInteresting {
VIPS_INTERESTING_NONE = 0,
VIPS_INTERESTING_CENTRE = 1,
VIPS_INTERESTING_ENTROPY = 2,
VIPS_INTERESTING_ATTENTION = 3,
VIPS_INTERESTING_LOW = 4,
VIPS_INTERESTING_HIGH = 5,
VIPS_INTERESTING_ALL = 6,
VIPS_INTERESTING_LAST = 7,
}Variants§
VIPS_INTERESTING_NONE = 0
VIPS_INTERESTING_CENTRE = 1
VIPS_INTERESTING_ENTROPY = 2
VIPS_INTERESTING_ATTENTION = 3
VIPS_INTERESTING_LOW = 4
VIPS_INTERESTING_HIGH = 5
VIPS_INTERESTING_ALL = 6
VIPS_INTERESTING_LAST = 7
Trait Implementations§
§impl Clone for VipsInteresting
impl Clone for VipsInteresting
§fn clone(&self) -> VipsInteresting
fn clone(&self) -> VipsInteresting
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 VipsInteresting
impl Debug for VipsInteresting
§impl Hash for VipsInteresting
impl Hash for VipsInteresting
§impl PartialEq for VipsInteresting
impl PartialEq for VipsInteresting
impl Copy for VipsInteresting
impl Eq for VipsInteresting
impl StructuralPartialEq for VipsInteresting
Auto Trait Implementations§
impl Freeze for VipsInteresting
impl RefUnwindSafe for VipsInteresting
impl Send for VipsInteresting
impl Sync for VipsInteresting
impl Unpin for VipsInteresting
impl UnwindSafe for VipsInteresting
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