Skip to main content

I32Bytes

Type Alias I32Bytes 

Source
pub type I32Bytes<E> = I32<E>;
๐Ÿ‘ŽDeprecated
Expand description

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

Aliased Typeยง

pub struct I32Bytes<E>(/* private fields */);