☰
Type Definition LE
byteorder
Enums
BigEndian
LittleEndian
Traits
ByteOrder
ReadBytesExt
WriteBytesExt
Type Definitions
BE
LE
NativeEndian
NetworkEndian
Crates
bitflags
byteorder
bytes
cfg_if
futures
iovec
lazycell
libc
log
mio
net2
nix
scoped_tls
slab
sysfs_gpio
tokio_core
tokio_io
void
Type Definition
byteorder
::
LE
[
−
]
[src]
type LE =
LittleEndian
;
[
−
]
Expand description
A type alias for
LittleEndian
.