var searchIndex = {}; searchIndex["filetime"] = {"doc":"Timestamps for files in Rust","items":[[3,"FileTime","filetime","A helper structure to represent a timestamp for a file.",null,null],[5,"set_file_times","","Set the last access and modification times for a file on the filesystem.",null,{"inputs":[{"name":"p"},{"name":"filetime"},{"name":"filetime"}],"output":{"name":"result"}}],[11,"hash","","",0,null],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"partial_cmp","","",0,null],[11,"lt","","",0,null],[11,"le","","",0,null],[11,"gt","","",0,null],[11,"ge","","",0,null],[11,"cmp","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"zero","","Creates a new timestamp representing a 0 time.",0,{"inputs":[],"output":{"name":"filetime"}}],[11,"from_seconds_since_1970","","Creates a new instance of `FileTime` with a number of seconds and\nnanoseconds relative to January 1, 1970.",0,{"inputs":[{"name":"u64"},{"name":"u32"}],"output":{"name":"filetime"}}],[11,"from_last_modification_time","","Creates a new timestamp from the last modification time listed in the\nspecified metadata.",0,{"inputs":[{"name":"metadata"}],"output":{"name":"filetime"}}],[11,"from_last_access_time","","Creates a new timestamp from the last access time listed in the\nspecified metadata.",0,{"inputs":[{"name":"metadata"}],"output":{"name":"filetime"}}],[11,"from_creation_time","","Creates a new timestamp from the creation time listed in the specified\nmetadata.",0,{"inputs":[{"name":"metadata"}],"output":{"name":"option"}}],[11,"seconds","","Returns the whole number of seconds represented by this timestamp.",0,null],[11,"seconds_relative_to_1970","","Returns the whole number of seconds represented by this timestamp,\nrelative to the Unix epoch start of January 1, 1970.",0,null],[11,"nanoseconds","","Returns the nanosecond precision of this timestamp.",0,null],[11,"fmt","","",0,null]],"paths":[[3,"FileTime"]]}; initSearch(searchIndex);