pub struct PollTimers {
pub timers: HashMap<u64, PollTimer>,
pub time_start: Instant,
pub last_time: Instant,
}
Fields§
§timers: HashMap<u64, PollTimer>
§time_start: Instant
§last_time: Instant
Implementations§
Source§impl PollTimers
impl PollTimers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollTimers
impl RefUnwindSafe for PollTimers
impl Send for PollTimers
impl Sync for PollTimers
impl Unpin for PollTimers
impl UnwindSafe for PollTimers
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