Crate digit_layout
source ·Expand description
Modules§
- 为一些基本类型和常用类型提供预定义布局。
Macros§
- 为类型实现与
DigitLayout
相关的 trait。 - 定义一个
DigitLayout
实例。
Structs§
- A layout of a digit data type in memory.
- A type template for the
TypeOf_
trait to implement.
Traits§
- A trait for types that can be represented as a digit data type.
- Allow a const
DigitLayout
value associated with a type.