Struct libpulse_binding::mainloop::events::io::IoEventInternal
source · pub struct IoEventInternal { /* private fields */ }Expand description
An opaque IO event source object.
Auto Trait Implementations
impl RefUnwindSafe for pa_io_event
impl Send for pa_io_event
impl Sync for pa_io_event
impl Unpin for pa_io_event
impl UnwindSafe for pa_io_event
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more