Enum surgeshaper_asym::imports::imports::LittleEndian [−][src]
pub enum LittleEndian {}
Expand description
Defines little-endian serialization.
Note that this type has no value constructor. It is used purely at the type level.
Trait Implementations
Reads an unsigned n-bytes integer from buf
. Read more
Writes an unsigned integer n
to buf
using only nbytes
. Read more
Reads a signed n-bytes integer from buf
. Read more
Reads a IEEE754 single-precision (4 bytes) floating point number. Read more
Reads a IEEE754 double-precision (8 bytes) floating point number. Read more
Writes a signed integer n
to buf
using only nbytes
. Read more
Writes a IEEE754 single-precision (4 bytes) floating point number. Read more