Macrosยง
- define_
endian ๐ - impl_
array_ ๐encoding - impl_
endian ๐
Structsยง
Traitsยง
- Array
Encoding - Work around the inability to implement
AsRef
for arrays ofEncoding
s due to the coherence rules. - Encoding
- An
Encoding
of a typeT
can be converted to/from its byte representation without any byte swapping or other computation. - From
Array - Work around the inability to implement
from
for arrays ofEncoding
s due to the coherence rules.