pub struct IoSource<'l, I> where
I: AsRawFd, { /* fields omitted */ }
Expand description
A source that can be used to react to IO events.
This source can be obtained by calling add_io
on a loop, registering a callback to it.
Executes the destructor for this type. Read more
Return a valid pointer to a raw spa_source
.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.