#[repr(i32)]pub enum VipsDemandStyle {
VIPS_DEMAND_STYLE_ERROR = -1,
VIPS_DEMAND_STYLE_SMALLTILE = 0,
VIPS_DEMAND_STYLE_FATSTRIP = 1,
VIPS_DEMAND_STYLE_THINSTRIP = 2,
VIPS_DEMAND_STYLE_ANY = 3,
}Variants§
VIPS_DEMAND_STYLE_ERROR = -1
VIPS_DEMAND_STYLE_SMALLTILE = 0
VIPS_DEMAND_STYLE_FATSTRIP = 1
VIPS_DEMAND_STYLE_THINSTRIP = 2
VIPS_DEMAND_STYLE_ANY = 3
Trait Implementations§
Source§impl Clone for VipsDemandStyle
impl Clone for VipsDemandStyle
Source§fn clone(&self) -> VipsDemandStyle
fn clone(&self) -> VipsDemandStyle
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 VipsDemandStyle
impl Debug for VipsDemandStyle
Source§impl Hash for VipsDemandStyle
impl Hash for VipsDemandStyle
Source§impl PartialEq for VipsDemandStyle
impl PartialEq for VipsDemandStyle
impl Copy for VipsDemandStyle
impl Eq for VipsDemandStyle
impl StructuralPartialEq for VipsDemandStyle
Auto Trait Implementations§
impl Freeze for VipsDemandStyle
impl RefUnwindSafe for VipsDemandStyle
impl Send for VipsDemandStyle
impl Sync for VipsDemandStyle
impl Unpin for VipsDemandStyle
impl UnwindSafe for VipsDemandStyle
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