Package web5.sdk.rust
Class FfiConverterCallbackInterface
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter
public abstract class FfiConverterCallbackInterface<CallbackInterface extends Object> implements FfiConverter<CallbackInterface, Long>
-
-
Constructor Summary
Constructors Constructor Description FfiConverterCallbackInterface()
-
Method Summary
Modifier and Type Method Description CallbackInterfacelift(Long value)CallbackInterfaceread(ByteBuffer buf)Longlower(CallbackInterface value)ULongallocationSize(CallbackInterface value)Unitwrite(CallbackInterface value, ByteBuffer buf)-
-
Method Detail
-
lift
CallbackInterface lift(Long value)
-
read
CallbackInterface read(ByteBuffer buf)
-
lower
Long lower(CallbackInterface value)
-
allocationSize
ULong allocationSize(CallbackInterface value)
-
write
Unit write(CallbackInterface value, ByteBuffer buf)
-
-
-
-