Method lrs::num::Wsize::to_be

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

Syntax

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