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