Enum vips::VipsForeignFlags[][src]

#[repr(u32)]
pub enum VipsForeignFlags { VIPS_FOREIGN_NONE, VIPS_FOREIGN_PARTIAL, VIPS_FOREIGN_BIGENDIAN, VIPS_FOREIGN_SEQUENTIAL, VIPS_FOREIGN_ALL, }

Variants

Trait Implementations

impl Eq for VipsForeignFlags
[src]

impl Hash for VipsForeignFlags
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<VipsForeignFlags> for VipsForeignFlags
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for VipsForeignFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VipsForeignFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsForeignFlags
[src]

Auto Trait Implementations

impl Send for VipsForeignFlags

impl Sync for VipsForeignFlags