Type Definition stack_graphs::c::sg_node_handle[][src]

pub type sg_node_handle = u32;
Expand description

A handle to a node in a stack graph. A zero handle represents a missing node.

Trait Implementations

Performs the conversion.