Struct stack_graphs::c::sg_node_id [−][src]
#[repr(C)]pub struct sg_node_id {
pub file: sg_file_handle,
pub local_id: u32,
}Expand description
Uniquely identifies a node in a stack graph.
Each node (except for the root node and jump to scope node) lives in a file, and has a local ID that must be unique within its file.
Fields
file: sg_file_handlelocal_id: u32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for sg_node_id
impl Send for sg_node_id
impl Sync for sg_node_id
impl Unpin for sg_node_id
impl UnwindSafe for sg_node_id
Blanket Implementations
Mutably borrows from an owned value. Read more