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.

Constructors

Link copied to clipboard
constructor(type: Filetype, flags: Fdflags, rights: FdRights, inheritingRights: FdRights)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard