Enum vips::VipsFormatFlags[][src]

#[repr(u32)]
pub enum VipsFormatFlags { VIPS_FORMAT_NONE, VIPS_FORMAT_PARTIAL, VIPS_FORMAT_BIGENDIAN, }

Variants

Trait Implementations

impl Eq for VipsFormatFlags
[src]

impl Hash for VipsFormatFlags
[src]

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

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

impl PartialEq<VipsFormatFlags> for VipsFormatFlags
[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 VipsFormatFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VipsFormatFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsFormatFlags
[src]

Auto Trait Implementations

impl Send for VipsFormatFlags

impl Sync for VipsFormatFlags