pub struct Delay(/* private fields */);Expand description
A non-negative animation start delay.
Implementations§
Trait Implementations§
impl Copy for Delay
Source§impl From<Duration> for Delay
impl From<Duration> for Delay
Source§fn from(value: StdDuration) -> Self
fn from(value: StdDuration) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Delay
Auto Trait Implementations§
impl Freeze for Delay
impl RefUnwindSafe for Delay
impl Send for Delay
impl Sync for Delay
impl Unpin for Delay
impl UnsafeUnpin for Delay
impl UnwindSafe for Delay
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