This commit is contained in:
Able 2022-02-21 08:32:41 -06:00
parent 7e7969253e
commit 0bf494baf5

View file

@ -2,6 +2,7 @@
/// Seconds and milliseconds since the Unix epoch.
#[repr(C)]
#[derive(Debug)]
pub struct SecondsTime {
/// Seconds
pub seconds: u64,