Struct stack_graphs::c::sg_partial_path_edge_list_cell[][src]

#[repr(C)]
pub struct sg_partial_path_edge_list_cell { pub head: sg_partial_path_edge, pub tail: sg_partial_path_edge_list_cell_handle, pub reversed: sg_partial_path_edge_list_cell_handle, }
Expand description

An element of a partial path edge list.

Fields

head: sg_partial_path_edge

The partial path edge at this position in the partial path edge list.

tail: sg_partial_path_edge_list_cell_handle

The handle of the next element in the partial path edge list, or SG_LIST_EMPTY_HANDLE if this is the last element.

reversed: sg_partial_path_edge_list_cell_handle

The handle of the reversal of this list.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.