Type Alias simple_endian::isizebe

source ·
pub type isizebe = BigEndian<isize>;
Expand description

Shorthand for BigEndian<isize>

Aliased Type§

struct isizebe(/* private fields */);