pub struct KeyframesRule {
pub name: String,
pub keyframes: Vec<Keyframe>,
}Expand description
✅ 新增:@keyframes 规则
Fields§
§name: String§keyframes: Vec<Keyframe>Trait Implementations§
Source§impl Clone for KeyframesRule
impl Clone for KeyframesRule
Source§fn clone(&self) -> KeyframesRule
fn clone(&self) -> KeyframesRule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for KeyframesRule
impl RefUnwindSafe for KeyframesRule
impl Send for KeyframesRule
impl Sync for KeyframesRule
impl Unpin for KeyframesRule
impl UnsafeUnpin for KeyframesRule
impl UnwindSafe for KeyframesRule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more