Method lrs::fs::Flags::no_access_time_update

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

Syntax

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