Struct stack_graphs::c::sg_path_edge [−][src]
#[repr(C)]pub struct sg_path_edge {
pub source_node_id: sg_node_id,
pub precedence: i32,
}
Expand description
Details about one of the edges in a name-binding path
Fields
source_node_id: sg_node_id
precedence: i32
Trait Implementations
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_path_edge
impl Send for sg_path_edge
impl Sync for sg_path_edge
impl Unpin for sg_path_edge
impl UnwindSafe for sg_path_edge
Blanket Implementations
Mutably borrows from an owned value. Read more