zerocopy::byteorder::native_endian

Type Alias I64

Source
pub type I64 = I64<NativeEndian>;
Available on crate feature byteorder only.
Expand description

A 64-bit signed integer stored in native-endian byte order.

Aliased Typeยง

struct I64(/* private fields */);