Type Alias w64

Source
type w64 = Wrapping<u64>;

Aliased Type§

#[repr(transparent)]
struct w64(pub u64);

Tuple Fields§

§0: u64