Package tbdex.sdk.rust
Object FfiConverterTypeCancel
-
- All Implemented Interfaces:
-
tbdex.sdk.rust.FfiConverter
public class FfiConverterTypeCancel implements FfiConverter<Cancel, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeCancelINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(Cancel value)Cancellift(Pointer value)Cancelread(ByteBuffer buf)ULongallocationSize(Cancel value)Unitwrite(Cancel value, ByteBuffer buf)-
-
Method Detail
-
read
Cancel read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(Cancel value)
-
write
Unit write(Cancel value, ByteBuffer buf)
-
-
-
-