pub struct Handler {
pub mainloop: Rc<RefCell<Mainloop>>,
pub context: Rc<RefCell<Context>>,
pub introspect: Introspector,
}
Expand description
The main wrapper of libpulse-binding API.
Fields§
§mainloop: Rc<RefCell<Mainloop>>
Safe interface to the internal PA Mainloop.
context: Rc<RefCell<Context>>
An opaque connection context to a daemon.
introspect: Introspector
A wrapper object providing introspection routines to a context.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Handler
impl !RefUnwindSafe for Handler
impl !Send for Handler
impl !Sync for Handler
impl Unpin for Handler
impl !UnwindSafe for Handler
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