Enum VipsImageType
#[repr(i32)]pub enum VipsImageType {
VIPS_IMAGE_ERROR = -1,
VIPS_IMAGE_NONE = 0,
VIPS_IMAGE_SETBUF = 1,
VIPS_IMAGE_SETBUF_FOREIGN = 2,
VIPS_IMAGE_OPENIN = 3,
VIPS_IMAGE_MMAPIN = 4,
VIPS_IMAGE_MMAPINRW = 5,
VIPS_IMAGE_OPENOUT = 6,
VIPS_IMAGE_PARTIAL = 7,
}Variants§
VIPS_IMAGE_ERROR = -1
VIPS_IMAGE_NONE = 0
VIPS_IMAGE_SETBUF = 1
VIPS_IMAGE_SETBUF_FOREIGN = 2
VIPS_IMAGE_OPENIN = 3
VIPS_IMAGE_MMAPIN = 4
VIPS_IMAGE_MMAPINRW = 5
VIPS_IMAGE_OPENOUT = 6
VIPS_IMAGE_PARTIAL = 7
Trait Implementations§
§impl Clone for VipsImageType
impl Clone for VipsImageType
§fn clone(&self) -> VipsImageType
fn clone(&self) -> VipsImageType
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 VipsImageType
impl Debug for VipsImageType
§impl Hash for VipsImageType
impl Hash for VipsImageType
§impl PartialEq for VipsImageType
impl PartialEq for VipsImageType
impl Copy for VipsImageType
impl Eq for VipsImageType
impl StructuralPartialEq for VipsImageType
Auto Trait Implementations§
impl Freeze for VipsImageType
impl RefUnwindSafe for VipsImageType
impl Send for VipsImageType
impl Sync for VipsImageType
impl Unpin for VipsImageType
impl UnwindSafe for VipsImageType
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