Skip to content

XRayRecorder_Segment_ID

pokryfka edited this page Aug 3, 2020 · 2 revisions

XRayRecorder.Segment.ID

A 64-bit identifier in 16 hexadecimal digits.

public struct ID:​ RawRepresentable, Hashable, Encodable, CustomStringConvertible

Inheritance

CustomStringConvertible, Encodable, Hashable, RawRepresentable

Initializers

init?(rawValue:​)

public init?(rawValue:​ String)

init()

Creates new ID.

public init()

Properties

rawValue

let rawValue:​ String

description

var description:​ String