#[repr(u32)]pub enum VipsForeignSaveable {
VIPS_FOREIGN_SAVEABLE_ANY = 0,
VIPS_FOREIGN_SAVEABLE_MONO = 1,
VIPS_FOREIGN_SAVEABLE_RGB = 2,
VIPS_FOREIGN_SAVEABLE_CMYK = 4,
VIPS_FOREIGN_SAVEABLE_ALPHA = 8,
VIPS_FOREIGN_SAVEABLE_ALL = 15,
}Variants§
VIPS_FOREIGN_SAVEABLE_ANY = 0
VIPS_FOREIGN_SAVEABLE_MONO = 1
VIPS_FOREIGN_SAVEABLE_RGB = 2
VIPS_FOREIGN_SAVEABLE_CMYK = 4
VIPS_FOREIGN_SAVEABLE_ALPHA = 8
VIPS_FOREIGN_SAVEABLE_ALL = 15
Trait Implementations§
Source§impl Clone for VipsForeignSaveable
impl Clone for VipsForeignSaveable
Source§fn clone(&self) -> VipsForeignSaveable
fn clone(&self) -> VipsForeignSaveable
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 VipsForeignSaveable
impl Debug for VipsForeignSaveable
Source§impl Hash for VipsForeignSaveable
impl Hash for VipsForeignSaveable
Source§impl PartialEq for VipsForeignSaveable
impl PartialEq for VipsForeignSaveable
impl Copy for VipsForeignSaveable
impl Eq for VipsForeignSaveable
impl StructuralPartialEq for VipsForeignSaveable
Auto Trait Implementations§
impl Freeze for VipsForeignSaveable
impl RefUnwindSafe for VipsForeignSaveable
impl Send for VipsForeignSaveable
impl Sync for VipsForeignSaveable
impl Unpin for VipsForeignSaveable
impl UnwindSafe for VipsForeignSaveable
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