Traitsยง
- Derives
Copy - Checks if given type derives Copy trait.
- Implements
Debug - 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.