Type Alias Chunk

Source
pub type Chunk = WireU64;
Expand description

A group of eight bytes, aligned to an 8-byte boundary.

Aliased Type§

#[repr(C, align(8))]
pub struct Chunk(pub u64);

Tuple Fields§

§0: u64