pub struct IoEventRef<T>where
T: MainloopInnerType + 'static,{ /* private fields */ }
Expand description
A reference to an IO event source, provided to the callback, allowing modification within the callback itself.
Implementations§
Source§impl<T> IoEventRef<T>where
T: MainloopInnerType,
impl<T> IoEventRef<T>where
T: MainloopInnerType,
Auto Trait Implementations§
impl<T> Freeze for IoEventRef<T>
impl<T> RefUnwindSafe for IoEventRef<T>where
T: RefUnwindSafe,
impl<T> !Send for IoEventRef<T>
impl<T> !Sync for IoEventRef<T>
impl<T> Unpin for IoEventRef<T>
impl<T> UnwindSafe for IoEventRef<T>where
T: RefUnwindSafe,
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