Type Alias exr::meta::attribute::Rational

source ·
pub type Rational = (i32, u32);
Expand description

An integer dividend and divisor, together forming a ratio.

Trait Implementations§

source§

impl<T> From<Vec2<T>> for (T, T)

source§

fn from(vec2: Vec2<T>) -> Self

Converts to this type from the input type.
source§

impl<A, B> IntoRecursive for (A, B)

§

type Recursive = Recursive<Recursive<NoneMore, A>, B>

The recursive type resulting from this tuple.
source§

fn into_recursive(self) -> Self::Recursive

Create a recursive type from this tuple.