Package web5.sdk.rust
Object FfiConverterTypeKeyExporter
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter
public class FfiConverterTypeKeyExporter implements FfiConverter<KeyExporter, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeKeyExporterINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(KeyExporter value)KeyExporterlift(Pointer value)KeyExporterread(ByteBuffer buf)ULongallocationSize(KeyExporter value)Unitwrite(KeyExporter value, ByteBuffer buf)-
-
Method Detail
-
lower
Pointer lower(KeyExporter value)
-
lift
KeyExporter lift(Pointer value)
-
read
KeyExporter read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(KeyExporter value)
-
write
Unit write(KeyExporter value, ByteBuffer buf)
-
-
-
-