update
This commit is contained in:
parent
7e7969253e
commit
0bf494baf5
|
@ -2,6 +2,7 @@
|
|||
|
||||
/// Seconds and milliseconds since the Unix epoch.
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct SecondsTime {
|
||||
/// Seconds
|
||||
pub seconds: u64,
|
||||
|
|
Loading…
Reference in a new issue