scala.scalanative.memory

Type members

Classlikes

Factory methods to create direct buffers from valid memory pointers.

Factory methods to create direct buffers from valid memory pointers.

All buffers created by the methods of this object are direct buffers with the native byte order of the platform.

final class PointerBufferOps[ElementType] extends AnyVal

Additional operations on a Buffer with interoperability with ScalaNative PointerBuffers.

Additional operations on a Buffer with interoperability with ScalaNative PointerBuffers.

Companion:
object

Extensions to Buffers for interoperability with ScalaNative pointers.

Extensions to Buffers for interoperability with ScalaNative pointers.

Companion:
class