FfiLifetime

public struct FfiLifetime
extension FfiLifetime: Equatable, Hashable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var notBefore: UInt64
  • Undocumented

    Declaration

    Swift

    public var notAfter: UInt64
  • Undocumented

    Declaration

    Swift

    public init(notBefore: UInt64, notAfter: UInt64)
  • Declaration

    Swift

    public static func == (lhs: FfiLifetime, rhs: FfiLifetime) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)