Module types

Source

Traitsยง

DerivesCopy
Checks if given type derives Copy trait.
ImplementsDebug
Checks if given type implements Debug trait.
IsExternal
Checks if type is external aka opaque type.
IsIncomplete
Checks if given type is incomplete, i.e., its size is unknown.
IsPtr
Checks if given type is some kind of pointer.
IsVolatile
Checks if given type has volatile qualifier.