FdAttributesResult

constructor(type: Filetype, flags: Fdflags, rights: FdRights, inheritingRights: FdRights)(source)

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.