Module libgir::analysis::types

source ·

Traits§

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