tor_
netdir
0.31.0
In tor_
netdir::
weight
Structs
RelayWeight
WeightKind
WeightSet
Enums
BandwidthFn
WeightRole
Constants
DFLT_WEIGHT
Functions
calculate_shift
clamp_to_pos
log2_upper
pick_bandwidth_fn
w_param
tor_netdir
::
weight
Function
clamp_to_pos
Copy item path
Settings
Help
Summary
Source
fn clamp_to_pos(inp:
i32
) ->
u32
Expand description
If
inp
is less than 0, return 0. Otherwise return
inp
as a u32.