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
key: PropertyBindingKey<T>
                           
                           
                           
                           value: T
                           
            Trait Implementations
impl<T: Clone> Clone for PropertyValue<T>[src]
fn clone(&self) -> PropertyValue<T>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more