Type Alias U32

Source
pub type U32<E> = U32Bytes<E>;
Expand description

A u32 value with an externally specified endianness of type E.

Aliased Type§

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

Tuple Fields§

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