We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AnyFixedArrayType represents the type for runtime type information of fixed array types.
AnyFixedArrayType
struct AnyFixedArrayType ( struct AnyType, subtype *AnyType, length usize )
where AnyType is defined as
AnyType
struct AnyType (kind AnyTypeKind, name *ubyte, is_alias bool, size usize)
kind
AnyTypeKind
AnyTypeKind::FIXED_ARRAY
name
*ubyte
is_alias
bool
size
usize
subtype
*AnyType
length
All *AnyFixedArrayType values are also valid *AnyType values
*AnyFixedArrayType
Table of Contents