extern structstd.Build.Fuzz.abi.CurrentTime[src]

Fields

tag: ToClientTag = .current_time
base: i64 align(1)

Number of nanoseconds that all other timestamps are in reference to.

Source Code

Source code
pub const CurrentTime = extern struct {
    tag: ToClientTag = .current_time,
    /// Number of nanoseconds that all other timestamps are in reference to.
    base: i64 align(1),
}