FfiConverterTypeRemoteCommandStore

object FfiConverterTypeRemoteCommandStore : FfiConverter<RemoteCommandStore, <Error class: unknown class>>

Functions

Link copied to clipboard
open override fun allocationSize(value: RemoteCommandStore): ULong
Link copied to clipboard
open override fun lift(value: <Error class: unknown class>): RemoteCommandStore
Link copied to clipboard
open override fun lower(value: RemoteCommandStore): <Error class: unknown class>
Link copied to clipboard
open override fun read(buf: ByteBuffer): RemoteCommandStore
Link copied to clipboard
open override fun write(value: RemoteCommandStore, buf: ByteBuffer)