pub const MODE_PROTECTION_MASK: u32 = 4095;
Expand description

Bits reserved for posix protections. Native fuchsia filesystems are not required to set bits contained within MODE_PROTECTION_MASK, but filesystems that wish to do so may refer to sys/stat.h for their definitions.