#[repr(u32)]pub enum VipsForeignKeep {
VIPS_FOREIGN_KEEP_NONE = 0,
VIPS_FOREIGN_KEEP_EXIF = 1,
VIPS_FOREIGN_KEEP_XMP = 2,
VIPS_FOREIGN_KEEP_IPTC = 4,
VIPS_FOREIGN_KEEP_ICC = 8,
VIPS_FOREIGN_KEEP_OTHER = 16,
VIPS_FOREIGN_KEEP_ALL = 31,
}Variants§
VIPS_FOREIGN_KEEP_NONE = 0
VIPS_FOREIGN_KEEP_EXIF = 1
VIPS_FOREIGN_KEEP_XMP = 2
VIPS_FOREIGN_KEEP_IPTC = 4
VIPS_FOREIGN_KEEP_ICC = 8
VIPS_FOREIGN_KEEP_OTHER = 16
VIPS_FOREIGN_KEEP_ALL = 31
Trait Implementations§
Source§impl Clone for VipsForeignKeep
impl Clone for VipsForeignKeep
Source§fn clone(&self) -> VipsForeignKeep
fn clone(&self) -> VipsForeignKeep
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 VipsForeignKeep
impl Debug for VipsForeignKeep
Source§impl Hash for VipsForeignKeep
impl Hash for VipsForeignKeep
Source§impl PartialEq for VipsForeignKeep
impl PartialEq for VipsForeignKeep
impl Copy for VipsForeignKeep
impl Eq for VipsForeignKeep
impl StructuralPartialEq for VipsForeignKeep
Auto Trait Implementations§
impl Freeze for VipsForeignKeep
impl RefUnwindSafe for VipsForeignKeep
impl Send for VipsForeignKeep
impl Sync for VipsForeignKeep
impl Unpin for VipsForeignKeep
impl UnwindSafe for VipsForeignKeep
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