Struct calloop::io::IoDispatcher
source · 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: Readiness
Implementations§
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