Extension (Structure)swift-nio 2.74.0all tags
UInt16 (ext)
You’re viewing third-party extensions to UInt16
, a struct from the Swift standard library.
You can also read the documentation forUInt16
itself.
extension UInt16
Extension in NIOConcurrencyHelpers
Conformances
Typealiases
Type members
static let atomic_add: (OpaquePointer, uint_least16_t) -> uint_least16_t
static let atomic_compare_and_exchange: (OpaquePointer, uint_least16_t, uint_least16_t) -> Bool
static let atomic_create: (uint_least16_t) -> OpaquePointer
static let atomic_destroy: (OpaquePointer) -> Void
static let atomic_exchange: (OpaquePointer, uint_least16_t) -> uint_least16_t
static let atomic_load: (OpaquePointer) -> uint_least16_t
static let atomic_store: (OpaquePointer, uint_least16_t) -> Void
static let atomic_sub: (OpaquePointer, uint_least16_t) -> uint_least16_t
static let nio_atomic_add: (UnsafeMutablePointer<catmc_nio_atomic_uint_least16_t>, uint_least16_t) -> uint_least16_t
static let nio_atomic_compare_and_exchange: (UnsafeMutablePointer<catmc_nio_atomic_uint_least16_t>, uint_least16_t, uint_least16_t) -> Bool
static let nio_atomic_create_with_existing_storage: (UnsafeMutablePointer<catmc_nio_atomic_uint_least16_t>, uint_least16_t) -> Void
static let nio_atomic_exchange: (UnsafeMutablePointer<catmc_nio_atomic_uint_least16_t>, uint_least16_t) -> uint_least16_t
static let nio_atomic_load: (UnsafeMutablePointer<catmc_nio_atomic_uint_least16_t>) -> uint_least16_t
static let nio_atomic_store: (UnsafeMutablePointer<catmc_nio_atomic_uint_least16_t>, uint_least16_t) -> Void
static let nio_atomic_sub: (UnsafeMutablePointer<catmc_nio_atomic_uint_least16_t>, uint_least16_t) -> uint_least16_t
Extension in NIOWebSocket
Type members
init(webSocketErrorCode: WebSocketErrorCode
) Create a UInt16 corresponding to a given
WebSocketErrorCode
.