Struct vek::transition::IdentityProgressMapper [] [src]

pub struct IdentityProgressMapper;

A pass-through functor that returns progress values directly as LERP factors.

Trait Implementations

impl Debug for IdentityProgressMapper
[src]

[src]

Formats the value using the given formatter.

impl Copy for IdentityProgressMapper
[src]

impl Clone for IdentityProgressMapper
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for IdentityProgressMapper
[src]

[src]

Returns the "default value" for a type. Read more

impl Hash for IdentityProgressMapper
[src]

[src]

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

1.3.0
[src]

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

impl PartialEq for IdentityProgressMapper
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for IdentityProgressMapper
[src]

impl<Progress> ProgressMapper<Progress> for IdentityProgressMapper
[src]

[src]

Maps an unconstrained progress value to a LERP factor. Read more