pub type hwloc_obj_osdev_type_t = c_uint;
Expand description

Type of a OS device

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.