FfiConverterTypePingType

public struct FfiConverterTypePingType : FfiConverter

Undocumented

  • Undocumented

    Declaration

    Swift

    public static func lift(_ pointer: UnsafeMutableRawPointer) throws -> PingType
  • Undocumented

    Declaration

    Swift

    public static func lower(_ value: PingType) -> UnsafeMutableRawPointer
  • Undocumented

    Declaration

    Swift

    public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> PingType
  • Undocumented

    Declaration

    Swift

    public static func write(_ value: PingType, into buf: inout [UInt8])