1 2 3 4 5 6 7
//! AFS Timestamp Type pub const Timestamp = extern struct { seconds: i64 = 0, nanoseconds: u32 = 0, reserved: u32 = 0, };