Struct pulsectl::Handler[][src]

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

loops until the passed operation is completed

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.