Package web5.sdk.rust
Object FfiConverterTypeResolutionResultData
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter,web5.sdk.rust.FfiConverterRustBuffer
public class FfiConverterTypeResolutionResultData implements FfiConverterRustBuffer<ResolutionResultData>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeResolutionResultDataINSTANCE
-
Method Summary
Modifier and Type Method Description ResolutionResultDataread(ByteBuffer buf)ULongallocationSize(ResolutionResultData value)Unitwrite(ResolutionResultData value, ByteBuffer buf)-
Methods inherited from class web5.sdk.rust.FfiConverterRustBuffer
lift, lower -
Methods inherited from class web5.sdk.rust.FfiConverter
liftFromRustBuffer, lowerIntoRustBuffer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
ResolutionResultData read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(ResolutionResultData value)
-
write
Unit write(ResolutionResultData value, ByteBuffer buf)
-
-
-
-