b8591340

Results 3 comments of b8591340

Nightly! I wonder, what does `copy` apply to? Copyable non-`repr(packed)` struct without padding? Or does it also apply to `repr(packed)`? [~Furthermore does `copy` automatically apply to unpadded copyable types or...

> There's one more thing that needs to be considered though. If a struct has padding bytes, those bytes will not be initialized and may change from run to run....

Yeah, I see—I’ll let you know as you as I have a clearer picture. Thanks David!