Module value

Source
Expand description

Enumerated data values and types, classified by size.

Enums§

DataType64CopyWith_value64
64-bit data type, restricted to Copy variants, with extra T.
DataType64With_value64
64-bit data type, with extra T.
DataValue64CopyWith_value64
64-bit data value, restricted to Copy variants, with extra V.
DataValue64With_value64
64-bit data value, with extra V.

Traits§

DataRawunsafe_layout
Common unsafe trait for enumerating raw data values without type metadata.
DataRawCopyunsafe_layout
Common unsafe trait for enumerating Copy-constrained raw data values without type metadata.
DataType
Common trait for enumerating data types.
DataTypeCopy
Common trait for enumerating Copy-constrained data types.
DataValue
Common trait for enumerating data values.
DataValueCopy
Common trait for enumerating Copy-constrained data values.

Type Aliases§

DataType64_value64
64-bit data type
DataType64Copy_value64
64-bit data type, restricted to Copy variants.
DataValue64_value64
64-bit data value.
DataValue64Copy_value64
64-bit data value, restricted to Copy variants.

Unions§

DataRaw64Copy_value64 and unsafe_layout
64-bit raw data, restricted to Copy variants.