pub type u64be = BigEndian<u64>;
Shorthand for BigEndian<u64>
BigEndian<u64>
pub struct u64be(/* private fields */);