☰
I64
I64
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
::
I64
source
·
[
−
]
pub type I64<E> =
I64Bytes
<E>;
Expand description
An
i64
value with an externally specified endianness of type
E
.