Package web5.sdk.rust
Object FfiConverterTypeBearerDid
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter
public class FfiConverterTypeBearerDid implements FfiConverter<BearerDid, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeBearerDidINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(BearerDid value)BearerDidlift(Pointer value)BearerDidread(ByteBuffer buf)ULongallocationSize(BearerDid value)Unitwrite(BearerDid value, ByteBuffer buf)-
-
Method Detail
-
read
BearerDid read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(BearerDid value)
-
write
Unit write(BearerDid value, ByteBuffer buf)
-
-
-
-