Enum VipsOperationFlags
#[repr(u32)]pub enum VipsOperationFlags {
VIPS_OPERATION_NONE = 0,
VIPS_OPERATION_SEQUENTIAL = 1,
VIPS_OPERATION_SEQUENTIAL_UNBUFFERED = 2,
VIPS_OPERATION_NOCACHE = 4,
VIPS_OPERATION_DEPRECATED = 8,
VIPS_OPERATION_UNTRUSTED = 16,
VIPS_OPERATION_BLOCKED = 32,
VIPS_OPERATION_REVALIDATE = 64,
}Variants§
VIPS_OPERATION_NONE = 0
VIPS_OPERATION_SEQUENTIAL = 1
VIPS_OPERATION_SEQUENTIAL_UNBUFFERED = 2
VIPS_OPERATION_NOCACHE = 4
VIPS_OPERATION_DEPRECATED = 8
VIPS_OPERATION_UNTRUSTED = 16
VIPS_OPERATION_BLOCKED = 32
VIPS_OPERATION_REVALIDATE = 64
Trait Implementations§
§impl Clone for VipsOperationFlags
impl Clone for VipsOperationFlags
§fn clone(&self) -> VipsOperationFlags
fn clone(&self) -> VipsOperationFlags
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 more§impl Debug for VipsOperationFlags
impl Debug for VipsOperationFlags
§impl Hash for VipsOperationFlags
impl Hash for VipsOperationFlags
§impl PartialEq for VipsOperationFlags
impl PartialEq for VipsOperationFlags
impl Copy for VipsOperationFlags
impl Eq for VipsOperationFlags
impl StructuralPartialEq for VipsOperationFlags
Auto Trait Implementations§
impl Freeze for VipsOperationFlags
impl RefUnwindSafe for VipsOperationFlags
impl Send for VipsOperationFlags
impl Sync for VipsOperationFlags
impl Unpin for VipsOperationFlags
impl UnwindSafe for VipsOperationFlags
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