pub struct Keyframe {
pub selector: String,
pub declarations: Vec<Declaration>,
}Expand description
✅ 新增:关键帧
Fields§
§selector: String选择器:from, to, 或百分比 (0%, 50%, 100%)
declarations: Vec<Declaration>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Keyframe
impl RefUnwindSafe for Keyframe
impl Send for Keyframe
impl Sync for Keyframe
impl Unpin for Keyframe
impl UnsafeUnpin for Keyframe
impl UnwindSafe for Keyframe
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