pub type node = node_st;Aliased Type§
#[repr(C)]pub struct node {
pub first: *mut arc_st,
pub current: *mut arc_st,
pub suspended: *mut arc_st,
pub price: f64,
pub q_next: *mut node_st,
pub b_next: *mut node_st,
pub b_prev: *mut node_st,
pub rank: i64,
pub excess: i64,
pub inp: i8,
}Fields§
§first: *mut arc_st§current: *mut arc_st§suspended: *mut arc_st§price: f64§q_next: *mut node_st§b_next: *mut node_st§b_prev: *mut node_st§rank: i64§excess: i64§inp: i8