FfiConverterRustBuffer

Inheritors

Functions

Link copied to clipboard
abstract fun allocationSize(value: KotlinType): ULong
Link copied to clipboard
open override fun lift(value: RustBuffer.ByValue): KotlinType
Link copied to clipboard
Link copied to clipboard
open override fun lower(value: KotlinType): RustBuffer.ByValue
Link copied to clipboard
Link copied to clipboard
abstract fun read(buf: ByteBuffer): KotlinType
Link copied to clipboard
abstract fun write(value: KotlinType, buf: ByteBuffer)