Method lrs::fs::Flags::no_dir_access_time_update

Returns whether the access time of directories in this filesystem is not automatically updated.

Syntax

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