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

Trait Implementations

impl Clone for DynamicProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DynamicProperties
[src]

[src]

Formats the value using the given formatter. Read more