pub const S_IXUSR: u32 = 0o100;
Expand description

File mode indicating execute bit for owner.