Provides a struct to hold CPU data.
## Examples
iex> d = %ExFacts.System.CPU.TimeStat{cpu: 0, user: "SomeUser"} ...> d.user "SomeUser"