Function nix::sys::stat::makedev

source ยท
pub const fn makedev(major: u64, minor: u64) -> dev_t
Available on crate feature fs only.