MAX_FILE_MODE

Constant MAX_FILE_MODE 

Source
pub const MAX_FILE_MODE: u32 = 0o777;
Expand description

Maximum possible mode for a file, ignoring special bits, 0o777 = 511 (decimal), aka “rwx”.