rustix::fs

Function major

Source
pub fn major(dev: Dev) -> u32
Expand description

major(dev)—Compute the major ID of a given device ID.

§References