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.
AnyPtrType represents the type for runtime type information of pointer types.
AnyPtrType
struct AnyPtrType(struct AnyType, subtype *AnyType)
where AnyType is defined as
AnyType
struct AnyType (kind AnyTypeKind, name *ubyte, is_alias bool, size usize)
kind
AnyTypeKind
AnyTypeKind::PTR
name
*ubyte
is_alias
bool
size
usize
subtype
*AnyType
All *AnyPtrType values are also valid *AnyType values
*AnyPtrType
Table of Contents