object::endian

Type Alias I32

Source
pub type I32<E> = I32Bytes<E>;
Expand description

An i32 value with an externally specified endianness of type E.

Aliased Typeยง

struct I32<E>(/* private fields */);