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