FdStat

data class FdStat(val fsFiletype: Filetype, val fsFlags: FdFlags, val fsRightsBase: Rights, val fsRightsInheriting: Rights)(source)

File descriptor attributes.

Parameters

fsFiletype

File type.

fsFlags

File descriptor flags.

fsRightsBase

Rights that apply to this file descriptor.

fsRightsInheriting

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(fsFiletype: Filetype, fsFlags: FdFlags, fsRightsBase: Rights, fsRightsInheriting: Rights)

Types

Link copied to clipboard

Properties

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