Method lrs::num::W64::to_be

Interprets this integer as a value in host-endian representation and returns the value in big-endian representation.

Syntax

impl W64 {
    fn to_be(self) -> W64
}