devela::_dep::nc

Constant S_DT_SHIFT

pub const S_DT_SHIFT: u32 = 12; // 12u32
Available on crate feature dep_nc only.
Expand description

struct dirent file types exposed to user via getdents(2), readdir(3)

These match bits 12..15 of stat.st_mode (ie (i_mode >> 12) & 15).