Type Alias WireNodePropertyValueUint

Source
pub type WireNodePropertyValueUint = WireU32;
Expand description

The wire type corresponding to NodePropertyValueUint.

Aliased Type§

#[repr(C, align(4))]
pub struct WireNodePropertyValueUint(pub u32);

Tuple Fields§

§0: u32