Struct webrender_api::PropertyValue [] [src]

pub struct PropertyValue<T> {
    pub key: PropertyBindingKey<T>,
    pub value: T,
}

The current value of an animated property. This is supplied by the calling code.

Fields

Trait Implementations

impl<T: Clone> Clone for PropertyValue<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for PropertyValue<T>
[src]

impl<T: Debug> Debug for PropertyValue<T>
[src]

[src]

Formats the value using the given formatter. Read more