[][src]Enum libvips::ops::Angle45

pub enum Angle45 {
    D0,
    D45,
    D90,
    D135,
    D180,
    D225,
    D270,
    D315,
    Last,
}

Variants

D0

D0 -> VIPS_ANGLE45_D0 = 0

D45

D45 -> VIPS_ANGLE45_D45 = 1

D90

D90 -> VIPS_ANGLE45_D90 = 2

D135

D135 -> VIPS_ANGLE45_D135 = 3

D180

D180 -> VIPS_ANGLE45_D180 = 4

D225

D225 -> VIPS_ANGLE45_D225 = 5

D270

D270 -> VIPS_ANGLE45_D270 = 6

D315

D315 -> VIPS_ANGLE45_D315 = 7

Last

Last -> VIPS_ANGLE45_LAST = 8

Trait Implementations

impl Clone for Angle45[src]

impl Copy for Angle45[src]

impl Debug for Angle45[src]

impl FromPrimitive for Angle45[src]

impl ToPrimitive for Angle45[src]

Auto Trait Implementations

impl RefUnwindSafe for Angle45

impl Send for Angle45

impl Sync for Angle45

impl Unpin for Angle45

impl UnwindSafe for Angle45

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.