pub struct StdTimebase();Available on crate feature
std only.Expand description
Implementing the Timebase abstraction in terms of standard types
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdTimebase
impl RefUnwindSafe for StdTimebase
impl Send for StdTimebase
impl Sync for StdTimebase
impl Unpin for StdTimebase
impl UnwindSafe for StdTimebase
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