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