rustix
1.0.8
Module makedev
Module Items
Functions
In rustix::
fs
rustix
::
fs
Module
makedev
Copy item path
Source
Functions
§
major
major(dev)
—Compute the major ID of a given device ID.
makedev
makedev(maj, min)
—Compute a device ID from a given major and minor ID.
minor
minor(dev)
—Compute the minor ID of a given device ID.