pub trait _TimeTrait: Clone + Copy { fn value(self) -> u32; fn value_mut(&mut self) -> &mut u32; }
Internal trait just because declarative macros are stupid.
Returns the raw value of this struct.
Returns a reference to the raw value of this struct.