Module time
cosmic
0.1.0
Module time
Module Items
Structs
In cosmic::
iced_
winit::
graphics::
core
Modules
alignment
border
clipboard
event
font
gradient
id
image
keyboard
layout
mouse
overlay
padding
renderer
svg
text
theme
time
touch
widget
window
Macros
color
Structs
Border
Color
Degrees
Element
Font
Hasher
Image
Layout
Padding
Pixels
Point
Radians
Rectangle
Shadow
Shell
Size
SmolStr
Svg
Text
Transformation
Vector
Enums
Alignment
Background
ContentFit
Event
Gradient
Length
Rotation
Theme
Traits
Clipboard
Overlay
Renderer
Widget
cosmic
::
iced_winit
::
graphics
::
core
Module
time
Copy item path
Settings
Help
Summary
Source
Expand description
Keep track of time, both in native and web platforms!
Structs
§
Duration
A
Duration
type to represent a span of time, typically used for system timeouts.
Instant
A measurement of a monotonically nondecreasing clock. Opaque and useful only with
Duration
.