Struct libpulse_binding::mainloop::standard::MainloopInternal
source · pub struct MainloopInternal { /* private fields */ }Expand description
An opaque main loop object.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pa_mainloop
impl Send for pa_mainloop
impl Sync for pa_mainloop
impl Unpin for pa_mainloop
impl UnwindSafe for pa_mainloop
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