Function atime [src]
Prototype
pub fn atime(self: @This()) timespec
Parameters
self: @This()
Source
pub fn atime(self: @This()) timespec {
return self.atim;
}
pub fn atime(self: @This()) timespec
self: @This()
pub fn atime(self: @This()) timespec {
return self.atim;
}