Initializerswift-nio 2.81.0NIOPosix
init(ino:type:name:)
NonBlockingFileIO.swift:855init(ino: UInt64, type: UInt8, name: String)
init(ino: UInt64, type: UInt8, name: String)
s8NIOPosix17NIODirectoryEntryV3ino4type4nameACs6UInt64V_s5UInt8VSStcfc
What are these?9POIB
import NIOPosix
struct NIODirectoryEntry
A NIODirectoryEntry
represents a single directory entry.
@frozen struct UInt64
A 64-bit unsigned integer value type.
@frozen struct UInt8
An 8-bit unsigned integer value type.
@frozen struct String
A Unicode string value that is a collection of characters.
var ino: UInt64
var name: String
var type: UInt8