pub unsafe trait Primitive {
    type Storage;
}
Expand description

A type that has an associated cross-endian storage type.

Required Associated Types

An endian-agnostic type that can represent the primitve in both little- and big-endian forms.

Implementations on Foreign Types

Implementors