Skip to main content

U64BE

Type Alias U64BE 

Source
pub type U64BE = U64<BigEndian>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl FixedWireSize for U64

Source§

const WIRE_SIZE: usize = 8

The fixed size in bytes on the wire.