Type Alias object::endian::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 */);