pub enum StartOffsetType {
Delay,
FastForward,
}Expand description
Start offset type for infinite animations.
Variants§
Delay
Delay the start by the specified offset.
FastForward
Fast forward the start by the specified offset.
Trait Implementations§
Source§impl Clone for StartOffsetType
impl Clone for StartOffsetType
Source§fn clone(&self) -> StartOffsetType
fn clone(&self) -> StartOffsetType
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 moreimpl Copy for StartOffsetType
Source§impl Debug for StartOffsetType
impl Debug for StartOffsetType
impl Eq for StartOffsetType
Source§impl PartialEq for StartOffsetType
impl PartialEq for StartOffsetType
impl StructuralPartialEq for StartOffsetType
Auto Trait Implementations§
impl Freeze for StartOffsetType
impl RefUnwindSafe for StartOffsetType
impl Send for StartOffsetType
impl Sync for StartOffsetType
impl Unpin for StartOffsetType
impl UnsafeUnpin for StartOffsetType
impl UnwindSafe for StartOffsetType
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