Module check_validity_requirement

Source

Functionsยง

check_validity_requirement
Determines if this type permits โ€œrawโ€ initialization by just transmuting some memory into an instance of T.
check_validity_requirement_lax ๐Ÿ”’
Implements the โ€˜laxโ€™ (default) version of the check_validity_requirement checks; see that function for details.
check_validity_requirement_strict ๐Ÿ”’
Implements the โ€˜strictโ€™ version of the check_validity_requirement checks; see that function for details.
validate_scalar_in_layout ๐Ÿ”’