pub struct CyclesToTime { /* private fields */ }
Expand description
Convert cycles back to time
Implementations§
Source§impl CyclesToTime
impl CyclesToTime
Auto Trait Implementations§
impl Freeze for CyclesToTime
impl RefUnwindSafe for CyclesToTime
impl Send for CyclesToTime
impl Sync for CyclesToTime
impl Unpin for CyclesToTime
impl UnwindSafe for CyclesToTime
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