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 🔒