Enum vips::VipsCompassDirection[][src]

#[repr(u32)]
pub enum VipsCompassDirection { VIPS_COMPASS_DIRECTION_CENTRE, VIPS_COMPASS_DIRECTION_NORTH, VIPS_COMPASS_DIRECTION_EAST, VIPS_COMPASS_DIRECTION_SOUTH, VIPS_COMPASS_DIRECTION_WEST, VIPS_COMPASS_DIRECTION_NORTH_EAST, VIPS_COMPASS_DIRECTION_SOUTH_EAST, VIPS_COMPASS_DIRECTION_SOUTH_WEST, VIPS_COMPASS_DIRECTION_NORTH_WEST, VIPS_COMPASS_DIRECTION_LAST, }

Variants

Trait Implementations

impl Eq for VipsCompassDirection
[src]

impl Hash for VipsCompassDirection
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsCompassDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsCompassDirection
[src]

Auto Trait Implementations

impl Send for VipsCompassDirection

impl Sync for VipsCompassDirection