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