Expand description
Utilities and wrappers providing higher level functionality for Inspect Nodes and properties.
Structs§
- Boot
Timeline - A marker type for the system’s boot timeline which continues running during suspend.
- Bounded
List Node - This struct is intended to represent a list node in Inspect, which doesn’t support list natively. Furthermore, it makes sure that the number of items does not exceed |capacity|
- Create
Time Result - Returned by functions which take the current time and write it to a property.
- LruCache
Node - A Inspect node that holds an ordered, bounded set of data. When a new unique item needs to be inserted, the least-recently-used item is evicted.
- Monotonic
Timeline - A marker type for the system’s monotonic timeline which pauses during suspend.
- Time
Property - Wrapper around an int property that stores a monotonic timestamp.
Traits§
- GetCurrent
Time - Implemented by timelines for which we can get the current time.
- Node
Time Ext - Extension trait that allows to manage timestamp properties.
Type Aliases§
- Boot
Time Property - An Inspect Time Property on the boot timeline.
- Monotonic
Time Property - An Inspect Time Property on the monotonictimeline.