Structs§
- FileID
- A file’s identifier, can be compared with other
FileID
s to check if 2 variables point to the same file.
Traits§
- GetID
- A trait to obtain the file identifier of an underlying object.
Functions§
- compare_
ids - Compares 2 different file identifiers, and returns
Ok(true)
if the 2 identifiers point to the same file, returningOk(false)
otherwise.