endian_
type
0.1.2
Endian
Implementors
In crate endian_
type
endian_type
Trait
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>