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