Type Alias ngx_cpuset_t

Source
pub type ngx_cpuset_t = cpu_set_t;

Aliased Type§

struct ngx_cpuset_t {
    pub __bits: [u64; 16],
}

Fields§

§__bits: [u64; 16]