-
- All Implemented Interfaces:
-
uniffi.wysiwyg_composer.FfiConverter
public class FfiConverterTypeMentionDetector implements FfiConverter<MentionDetector, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeMentionDetectorINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(MentionDetector value)MentionDetectorlift(Pointer value)MentionDetectorread(ByteBuffer buf)<ERROR CLASS>allocationSize(MentionDetector value)Unitwrite(MentionDetector value, ByteBuffer buf)-
-
Method Detail
-
lower
Pointer lower(MentionDetector value)
-
lift
MentionDetector lift(Pointer value)
-
read
MentionDetector read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(MentionDetector value)
-
write
Unit write(MentionDetector value, ByteBuffer buf)
-
-
-
-