digraph { rankdir = LR; dpi = 300.0; node [shape = "plaintext";]; pinned_box [label = <
Pin
>;]; subgraph cluster_box { label = ""; peripheries = 0; subgraph cluster_box_internal { peripheries = 1; label = "b1"; shape = box; style = solid; pin [shape = "point";]; } } subgraph cluster_deref { style = bold; label = "pinned"; box [label = <
fut
0
...
1
>;]; } edge [tailclip = false;]; pinned_box -> pin [tailport = "source:c"; arrowhead = "none";]; pin -> box [headport = "target";]; box -> box [tailport = "source:c"; headport = "internal";]; }