Struct gad::store::GradientId[][src]

pub struct GradientId<T> { /* fields omitted */ }

A node Id associated with an underlying gradient type T. Such an association must assign a unique type to inner Id.

Trait Implementations

impl<T> Clone for GradientId<T>[src]

impl<T> Copy for GradientId<T>[src]

impl<T> Debug for GradientId<T>[src]

impl<T> Eq for GradientId<T>[src]

impl<T: 'static> GradientReader<GradientId<T>, T> for GenericGradientMap1[src]

impl<T: 'static> GradientReader<GradientId<T>, T> for GenericGradientMapN[src]

impl<T: 'static> GradientReader<GradientId<T>, Value<T>> for GenericGradientMapN[src]

impl<T: 'static> GradientStore<GradientId<T>, T> for GenericGradientMap1[src]

impl<T: 'static> GradientStore<GradientId<T>, Value<T>> for GenericGradientMapN[src]

impl<T> Hash for GradientId<T>[src]

impl<T> PartialEq<GradientId<T>> for GradientId<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for GradientId<T> where
    T: RefUnwindSafe

impl<T> Send for GradientId<T> where
    T: Send

impl<T> Sync for GradientId<T> where
    T: Sync

impl<T> Unpin for GradientId<T> where
    T: Unpin

impl<T> UnwindSafe for GradientId<T> where
    T: UnwindSafe

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.