☰
U64
U64
In object::endian
Structs
BigEndian
I16Bytes
I32Bytes
I64Bytes
LittleEndian
U16Bytes
U32Bytes
U64Bytes
Enums
Endianness
Traits
Endian
Type Definitions
I16
I32
I64
NativeEndian
U16
U32
U64
?
Type Definition
object
::
endian
::
U64
source
·
[
−
]
pub type U64<E> =
U64Bytes
<E>;
Expand description
A
u64
value with an externally specified endianness of type
E
.