-
- All Implemented Interfaces:
-
uniffi.wysiwyg_composer.FfiConverter,uniffi.wysiwyg_composer.FfiConverterRustBuffer
public class FfiConverterTypeMenuAction implements FfiConverterRustBuffer<MenuAction>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeMenuActionINSTANCE
-
Method Summary
Modifier and Type Method Description MenuActionread(ByteBuffer buf)<ERROR CLASS>allocationSize(MenuAction value)Unitwrite(MenuAction value, ByteBuffer buf)-
Methods inherited from class uniffi.wysiwyg_composer.FfiConverterTypeMenuAction
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
MenuAction read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(MenuAction value)
-
write
Unit write(MenuAction value, ByteBuffer buf)
-
-
-
-