Struct webrender_api::PropertyBindingKey [] [src]

pub struct PropertyBindingKey<T> {
    pub id: PropertyBindingId,
    // some fields omitted
}

A unique key that is used for connecting animated property values to bindings in the display list.

Fields

Methods

impl<T: Copy> PropertyBindingKey<T>
[src]

Construct a property value from a given key and value.

[src]

impl<T> PropertyBindingKey<T>
[src]

[src]

Trait Implementations

impl<T: Clone> Clone for PropertyBindingKey<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 PropertyBindingKey<T>
[src]

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

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for PropertyBindingKey<T>
[src]

[src]

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

[src]

This method tests for !=.

impl<T> From<PropertyBindingKey<T>> for PropertyBinding<T>
[src]

[src]

Performs the conversion.