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