-
- All Implemented Interfaces:
-
uniffi.wysiwyg_composer.FfiConverter,uniffi.wysiwyg_composer.FfiConverterRustBuffer
public class FfiConverterTypeComposerState implements FfiConverterRustBuffer<ComposerState>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeComposerStateINSTANCE
-
Method Summary
Modifier and Type Method Description ComposerStateread(ByteBuffer buf)ULongallocationSize(ComposerState value)Unitwrite(ComposerState value, ByteBuffer buf)-
Methods inherited from class uniffi.wysiwyg_composer.FfiConverterTypeComposerState
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
ComposerState read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(ComposerState value)
-
write
Unit write(ComposerState value, ByteBuffer buf)
-
-
-
-