Type Alias zerocopy::byteorder::network_endian::I64

source ·
pub type I64 = I64<NetworkEndian>;
Expand description

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

Aliased Type§

struct I64(/* private fields */);