Crate retina_common

Source

Structs§

ByteUnitFormatWrapper
Color
A generic RGBA color with components ranging from 0.0 to 1.0 inclusive.
TransparentWrapper
The transparent wrapper wraps a generic object transparently in a single-field tuple. This can be useful for having generics of either Option<T> or TransparentWrapper<T>.

Enums§

LoadTime
Specifies when a certain item should be loaded.

Traits§

ByteUnitFormat
DumpableNode
The DumpableNode trait allows a streamlined dumping interface for node-tree structures. Dumping is useful for debugging scenarios where it isn’t easy or practical to just inspect the process with a debugger.
DynamicSizeOf
StrExt

Functions§

scale_factor
set_scale_factor

Type Aliases§

StrTendril
An atomic UTF-8 string tendril (shared buffer string).