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