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