Struct cdp::animation::KeyframesRule
[−]
[src]
pub struct KeyframesRule<'a> {
pub name: Option<Cow<'a, str>>,
pub keyframes: Vec<KeyframeStyle<'a>>,
}[Experimental] Keyframes Rule
Fields
name: Option<Cow<'a, str>>
CSS keyframed animation's name.
keyframes: Vec<KeyframeStyle<'a>>
List of animation keyframes.
Trait Implementations
impl<'a> Clone for KeyframesRule<'a>[src]
fn clone(&self) -> KeyframesRule<'a>[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
impl<'a> Debug for KeyframesRule<'a>[src]
impl<'a> PartialEq for KeyframesRule<'a>[src]
fn eq(&self, __arg_0: &KeyframesRule<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &KeyframesRule<'a>) -> bool[src]
This method tests for !=.