pub struct MetClock;Expand description
Clock backed by cFS Mission Elapsed Time (counts from 0).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetClock
impl RefUnwindSafe for MetClock
impl Send for MetClock
impl Sync for MetClock
impl Unpin for MetClock
impl UnsafeUnpin for MetClock
impl UnwindSafe for MetClock
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