☰
Trait Endian
Implementors
Other items in
endian_type
All crates
?
Trait
endian_type
::
Endian
[
−
]
[src]
pub trait Endian<T> { }
Expand description
Type with a specified byte order
Implementors
[src]
impl<T>
Endian
<T> for
BigEndian
<T>
[src]
impl<T>
Endian
<T> for
LittleEndian
<T>