Enum vips::VipsAngle45[][src]

#[repr(u32)]
pub enum VipsAngle45 { VIPS_ANGLE45_D0, VIPS_ANGLE45_D45, VIPS_ANGLE45_D90, VIPS_ANGLE45_D135, VIPS_ANGLE45_D180, VIPS_ANGLE45_D225, VIPS_ANGLE45_D270, VIPS_ANGLE45_D315, VIPS_ANGLE45_LAST, }

Variants

Trait Implementations

impl Eq for VipsAngle45
[src]

impl Hash for VipsAngle45
[src]

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

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

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

Formats the value using the given formatter. Read more

impl Clone for VipsAngle45
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsAngle45
[src]

Auto Trait Implementations

impl Send for VipsAngle45

impl Sync for VipsAngle45