Enum vips::VipsAlign[][src]

#[repr(u32)]
pub enum VipsAlign { VIPS_ALIGN_LOW, VIPS_ALIGN_CENTRE, VIPS_ALIGN_HIGH, VIPS_ALIGN_LAST, }

Variants

Trait Implementations

impl Eq for VipsAlign
[src]

impl Hash for VipsAlign
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsAlign
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsAlign
[src]

Auto Trait Implementations

impl Send for VipsAlign

impl Sync for VipsAlign