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§

#[repr(transparent)]
pub struct I32<E>([u8; 4], PhantomData<E>);

Tuple Fields§

§0: [u8; 4]§1: PhantomData<E>