endian_type
0.1.2
Endian
Implementors
In crate endian_type
Trait
endian_type
::
Endian
Copy item path
source
·
[
−
]
pub trait Endian<T> { }
Expand description
Type with a specified byte order
Implementors
§
source
§
impl<T>
Endian
<T> for
BigEndian
<T>
source
§
impl<T>
Endian
<T> for
LittleEndian
<T>