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