pub type TcbTime = TimePoint<Tcb>;Aliased Type§
pub struct TcbTime { /* private fields */ }Trait Implementations§
Source§impl FromTimeScale<Tdb> for TcbTime
impl FromTimeScale<Tdb> for TcbTime
Source§fn from_time_scale(time_point: TdbTime) -> Self
fn from_time_scale(time_point: TdbTime) -> Self
Constructs a time point from an instant expressed in another scale.