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