pub struct IoChannel<Message>{ /* private fields */ }
Expand description
Allows sending messages into the event loop. All the IO handlers will get the message
in the message
callback.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Message> Freeze for IoChannel<Message>
impl<Message> !RefUnwindSafe for IoChannel<Message>
impl<Message> Send for IoChannel<Message>
impl<Message> Sync for IoChannel<Message>
impl<Message> Unpin for IoChannel<Message>
impl<Message> !UnwindSafe for IoChannel<Message>
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