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.
pub unsafe trait Portable { }A type that has the same representation on all targets.
Portable types must have the same layout and bytewise representation on
all targets.