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