Function gnunet_sys::GNUNET_CONTAINER_heap_node_get_cost[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_heap_node_get_cost(
    node: *const GNUNET_CONTAINER_HeapNode
) -> GNUNET_CONTAINER_HeapCostType

@ingroup heap Get the current cost of the node

@param node the node to get the cost of @return cost of the node