[BitwiseCopyable] Don't derive on @unchecked field
Allow for a type to conform to BitwiseCopyable but not in such a way
that aggregates containing an instance will derive conformance
automatically. Useful for types which don't involve reference counting
but nonetheless can't simply be copied bit-by-bit.