pub unsafe trait Pod: Copy + Default { }
Expand description

Trait that indicates that a type is valid for any bit pattern

Implementations on Foreign Types

Implementors