Initializerswift-nio 2.81.0NIOPosix
init(_:)
VsockAddress.swift:69init(_ value: Int)
init(_ value: Int)
import NIOPosix
struct ContextID
A vsock Context Identifier (CID).
struct VsockAddress
A vsock socket address.
@frozen struct Int
A signed integer value type.
init(integerLiteral value: UInt32)
init(rawValue: UInt32)
static let any: Self
Wildcard, matches any address.
static let host: Self
The address of the host.
static let hypervisor: Self
The address of the hypervisor.
static let local: Self
The address for local communication (loopback).
var description: String { get }
var rawValue: UInt32