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