Struct webrender_api::DynamicProperties
[−]
[src]
pub struct DynamicProperties { pub transforms: Vec<PropertyValue<LayoutTransform>>, pub floats: Vec<PropertyValue<f32>>, }
When using generate_frame()
, a list of PropertyValue
structures
can optionally be supplied to provide the current value of any
animated properties.
Fields
transforms: Vec<PropertyValue<LayoutTransform>>
floats: Vec<PropertyValue<f32>>
Trait Implementations
impl Clone for DynamicProperties
[src]
fn clone(&self) -> DynamicProperties
[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