Struct virtual_mio::selector::EngineInner
source · pub(crate) struct EngineInner {
seed: usize,
registry: Registry,
lookup: HashMap<Token, Box<dyn InterestHandler + Send + Sync>>,
}
Fields§
§seed: usize
§registry: Registry
§lookup: HashMap<Token, Box<dyn InterestHandler + Send + Sync>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EngineInner
impl !RefUnwindSafe for EngineInner
impl Send for EngineInner
impl Sync for EngineInner
impl Unpin for EngineInner
impl !UnwindSafe for EngineInner
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