Struct mstd::executor::time::ChronosInner
source · struct ChronosInner {
shorts: Vec<Alarmed, 32>,
}
Fields§
§shorts: Vec<Alarmed, 32>
Auto Trait Implementations§
impl RefUnwindSafe for ChronosInner
impl Send for ChronosInner
impl Sync for ChronosInner
impl Unpin for ChronosInner
impl UnwindSafe for ChronosInner
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