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