-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter,org.lightningdevkit.ldknode.FfiConverterRustBuffer
public class FfiConverterTypeLogLevel implements FfiConverterRustBuffer<LogLevel>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeLogLevelINSTANCE
-
Method Summary
Modifier and Type Method Description LogLevelread(ByteBuffer buf)IntegerallocationSize(LogLevel value)Unitwrite(LogLevel value, ByteBuffer buf)-
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterTypeLogLevel
lift, lower -
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterRustBuffer
liftFromRustBuffer, lowerIntoRustBuffer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
LogLevel read(ByteBuffer buf)
-
allocationSize
Integer allocationSize(LogLevel value)
-
write
Unit write(LogLevel value, ByteBuffer buf)
-
-
-
-