FfiConverterTypeLabeledCounter
public struct FfiConverterTypeLabeledCounter : FfiConverter
Undocumented
-
Undocumented
Declaration
Swift
public static func lift(_ pointer: UnsafeMutableRawPointer) throws -> LabeledCounter
-
Undocumented
Declaration
Swift
public static func lower(_ value: LabeledCounter) -> UnsafeMutableRawPointer
-
Undocumented
Declaration
Swift
public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> LabeledCounter
-
Undocumented
Declaration
Swift
public static func write(_ value: LabeledCounter, into buf: inout [UInt8])