Trait traffloat::time::_TimeTrait[][src]

pub trait _TimeTrait: Clone + Copy {
    fn value(self) -> u32;
fn value_mut(&mut self) -> &mut u32; }
Expand description

Internal trait just because declarative macros are stupid.

Required methods

Returns the raw value of this struct.

Returns a reference to the raw value of this struct.

Implementors