Method lrs::fs::Flags::no_dev

Returns whether the filesystem is mounted without support for device special files.

Syntax

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