pub struct SysTimeClock;Expand description
Clock backed by cFS spacecraft time (TAI or UTC, depending on mission config).
Implementations§
Source§impl SysTimeClock
impl SysTimeClock
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysTimeClock
impl RefUnwindSafe for SysTimeClock
impl Send for SysTimeClock
impl Sync for SysTimeClock
impl Unpin for SysTimeClock
impl UnsafeUnpin for SysTimeClock
impl UnwindSafe for SysTimeClock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more