Method lrs::fs::Flags::no_exec

Returns whether the filesystem is mounted without support for executables.

Syntax

impl Flags {
    fn no_exec(self) -> bool
}

Remarks

That is, no programs located in this filesystem can be executed.