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