1
2
3
4
5
6
7
use crate::*;

#[derive(Clone, PartialEq, Debug, PackableStruct, Pack, Unpack)]
#[tag = 0x74]
pub struct LocalTime {
    pub nanoseconds: i64,
}