Type Alias uct_ppn_bandwidth_t

Source
pub type uct_ppn_bandwidth_t = uct_ppn_bandwidth;

Aliased Type§

struct uct_ppn_bandwidth_t {
    pub dedicated: f64,
    pub shared: f64,
}

Fields§

§dedicated: f64

< Dedicated bandwidth, bytes/second

§shared: f64

< Shared bandwidth, bytes/second