Skip to main content

I64BE

Type Alias I64BE 

Source
pub type I64BE = I64<BigEndian>;
Expand description

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

Aliased Type§

pub struct I64BE(/* private fields */);

Trait Implementations§

Source§

impl FixedWireSize for I64

Source§

const WIRE_SIZE: usize = 8

The fixed size in bytes on the wire.