Type Alias WireApiLevel

Source
pub type WireApiLevel = WireU64;
Expand description

The wire type corresponding to ApiLevel.

Aliased Type§

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

Tuple Fields§

§0: u64