Package web5.sdk.rust
Object FfiConverterTypePresentationDefinition
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter
public class FfiConverterTypePresentationDefinition implements FfiConverter<PresentationDefinition, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypePresentationDefinitionINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(PresentationDefinition value)PresentationDefinitionlift(Pointer value)PresentationDefinitionread(ByteBuffer buf)ULongallocationSize(PresentationDefinition value)Unitwrite(PresentationDefinition value, ByteBuffer buf)-
-
Method Detail
-
lower
Pointer lower(PresentationDefinition value)
-
lift
PresentationDefinition lift(Pointer value)
-
read
PresentationDefinition read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(PresentationDefinition value)
-
write
Unit write(PresentationDefinition value, ByteBuffer buf)
-
-
-
-