Modules§
- alignment 🔒
- caller_
location 🔒 - check_
validity_ 🔒requirement - compare_
types 🔒 - Routines to check for relations between fully inferred types.
- type_
name 🔒
Functions§
- binop_
left_ homogeneous - Classify whether an operator is “left-homogeneous”, i.e., the LHS has the same type as the result.
- binop_
right_ homogeneous - Classify whether an operator is “right-homogeneous”, i.e., the RHS has the same type as the LHS.
- check_
validity_ requirement - Determines if this type permits “raw” initialization by just transmuting some memory into an
instance of
T
. - is_
disaligned - Returns
true
if this place is allowed to be less aligned than its containing struct (because it is within a packed struct). - is_
within_ packed - relate_
types - Returns whether
src
is a subtype ofdest
, i.e.src <: dest
. - sub_
types - Returns whether
src
is a subtype ofdest
, i.e.src <: dest
. - type_
name