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