FdAttributesResult
class FdAttributesResult(val type: Filetype, val flags: Fdflags, val rights: FdRights, val inheritingRights: FdRights)(source)
File descriptor attributes.
Parameters
type
File type.
flags
File descriptor flags.
rights
Rights that apply to this file descriptor.
inheritingRights
Maximum set of rights that may be installed on new file descriptors that are created through this file descriptor, e.g., through path_open
.