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