pub type hwloc_obj_type_t = c_uint;
Expand description

Type of topology object

We can’t use Rust enums to model C enums in FFI because that results in undefined behavior if the C API gets new enum variants and sends them to us.