master
Able 2022-02-21 08:32:41 -06:00
parent a89b8fc701
commit dedbb769ba
Signed by untrusted user: able
GPG Key ID: D164AF5F5700BE51
1 changed files with 1 additions and 0 deletions

View File

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