object::endian

Type Alias I64

Source
pub type I64<E> = I64Bytes<E>;
Expand description

An i64 value with an externally specified endianness of type E.

Aliased Typeยง

struct I64<E>(/* private fields */);