#[repr(C)]pub struct MainloopInternal { /* private fields */ }
Expand description
An opaque threaded main loop object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pa_threaded_mainloop
impl RefUnwindSafe for pa_threaded_mainloop
impl Send for pa_threaded_mainloop
impl Sync for pa_threaded_mainloop
impl Unpin for pa_threaded_mainloop
impl UnwindSafe for pa_threaded_mainloop
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