Trait narrow::ArrayType [−][src]
Expand description
Types for which sequences of values can be stored in arrays.
Associated Types
Implementations on Foreign Types
type Array = FixedSizePrimitiveArray<i16, false>
type Array = FixedSizePrimitiveArray<i16, false>
When target_pointer_width is 16.
type Array = FixedSizePrimitiveArray<i32, false>
type Array = FixedSizePrimitiveArray<i32, false>
When target_pointer_width is 32.
type Array = FixedSizePrimitiveArray<i64, false>
type Array = FixedSizePrimitiveArray<i64, false>
When target_pointer_width is 64.
type Array = FixedSizePrimitiveArray<u16, false>
type Array = FixedSizePrimitiveArray<u16, false>
When target_pointer_width is 16.
type Array = FixedSizePrimitiveArray<u32, false>
type Array = FixedSizePrimitiveArray<u32, false>
When target_pointer_width is 32.
type Array = FixedSizePrimitiveArray<u64, false>
type Array = FixedSizePrimitiveArray<u64, false>
When target_pointer_width is 64.
type Array = FixedSizePrimitiveArray<i16, true>
type Array = FixedSizePrimitiveArray<i16, true>
When target_pointer_width is 16.
type Array = FixedSizePrimitiveArray<i32, true>
type Array = FixedSizePrimitiveArray<i32, true>
When target_pointer_width is 32.
type Array = FixedSizePrimitiveArray<i64, true>
type Array = FixedSizePrimitiveArray<i64, true>
When target_pointer_width is 64.
type Array = FixedSizePrimitiveArray<u16, true>
type Array = FixedSizePrimitiveArray<u16, true>
When target_pointer_width is 16.
type Array = FixedSizePrimitiveArray<u32, true>
type Array = FixedSizePrimitiveArray<u32, true>
When target_pointer_width is 32.
type Array = FixedSizePrimitiveArray<u64, true>
type Array = FixedSizePrimitiveArray<u64, true>
When target_pointer_width is 64.