-
- All Implemented Interfaces:
-
uniffi.wysiwyg_composer.FfiConverter,uniffi.wysiwyg_composer.FfiConverterRustBuffer
public class FfiConverterTypeTextUpdate implements FfiConverterRustBuffer<TextUpdate>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeTextUpdateINSTANCE
-
Method Summary
Modifier and Type Method Description TextUpdateread(ByteBuffer buf)<ERROR CLASS>allocationSize(TextUpdate value)Unitwrite(TextUpdate value, ByteBuffer buf)-
Methods inherited from class uniffi.wysiwyg_composer.FfiConverterTypeTextUpdate
lift, lower -
Methods inherited from class uniffi.wysiwyg_composer.FfiConverterRustBuffer
liftFromRustBuffer, lowerIntoRustBuffer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
TextUpdate read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(TextUpdate value)
-
write
Unit write(TextUpdate value, ByteBuffer buf)
-
-
-
-