Type Alias w32

Source
type w32 = Wrapping<u32>;

Aliased Type§

#[repr(transparent)]
struct w32(pub u32);

Tuple Fields§

§0: u32