pub unsafe trait Portable { }
Expand description

A type that has the same representation on all targets.

Safety

Portable types must have the same layout and bytewise representation on all targets.

Implementations on Foreign Types

Implementors