Type Alias cu29_clock::CuTime
source · pub type CuTime = CuDuration;Expand description
A robot time is just a duration from a fixed point in time.
Aliased Type§
struct CuTime(pub u64);Fields§
§0: u64Trait Implementations§
source§impl Into<OptionCuTime> for CuTime
impl Into<OptionCuTime> for CuTime
source§fn into(self) -> OptionCuTime
fn into(self) -> OptionCuTime
Converts this type into the (usually inferred) input type.