struct IoDispatcher {
fd: RawFd,
token: Option<Token>,
waker: Option<Waker>,
is_registered: bool,
interest: Interest,
last_readiness: Readiness,
}Fields§
§fd: RawFd§token: Option<Token>§waker: Option<Waker>§is_registered: bool§interest: Interest§last_readiness: ReadinessImplementations§
Auto Trait Implementations§
impl Freeze for IoDispatcher
impl RefUnwindSafe for IoDispatcher
impl Send for IoDispatcher
impl Sync for IoDispatcher
impl Unpin for IoDispatcher
impl UnwindSafe for IoDispatcher
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