pub type DoubletLink = GenericDoubletLink<u32>;Expand description
The u32-addressed doublet used by the clink CLI.
Aliased Type§
pub struct DoubletLink {
pub index: u32,
pub source: u32,
pub target: u32,
}Fields§
§index: u32§source: u32§target: u32