pub unsafe trait Packed { }Expand description
Marker trait for types without padding
§Safety
Types that implement this must not have padding bytes
pub unsafe trait Packed { }Marker trait for types without padding
Types that implement this must not have padding bytes