pub struct IoEvent<T>where
T: MainloopInnerType,{ /* private fields */ }
Expand description
An IO event source
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for IoEvent<T>
impl<T> !RefUnwindSafe for IoEvent<T>
impl<T> !Send for IoEvent<T>
impl<T> !Sync for IoEvent<T>
impl<T> Unpin for IoEvent<T>
impl<T> !UnwindSafe for IoEvent<T>
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