Type Definition spectrusty_core::clock::FTs

source ·
pub type FTs = i32;
Expand description

A linear T-state timestamp type.

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Returns a normalized timestamp from the given number of T-states. Read more
Converts the timestamp to FTs. Read more
Returns the largest value that can be represented by a normalized timestamp.
Returns the smallest value that can be represented by a normalized timestamp.
Returns the difference between ts_from and self in the number of T-states. Read more
Returns a normalized timestamp after adding other to it. Read more
Returns a normalized timestamp after subtracting other from it. Read more