Enum vips::VipsDirection[][src]

#[repr(u32)]
pub enum VipsDirection { VIPS_DIRECTION_HORIZONTAL, VIPS_DIRECTION_VERTICAL, VIPS_DIRECTION_LAST, }

Variants

Trait Implementations

impl Eq for VipsDirection
[src]

impl Hash for VipsDirection
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsDirection
[src]

Auto Trait Implementations

impl Send for VipsDirection

impl Sync for VipsDirection