Expand description
The object server API.
Modulesยง
- dispatch_
notifier ๐ - The object server API.
- interface ๐
- node ๐
- The object server API.
- signal_
emitter ๐
Structsยง
- Interface
Deref - Opaque structure that derefs to an
Interface
type. - Interface
Deref Mut - Opaque structure that mutably derefs to an
Interface
type. - Interface
Ref - Wrapper over an interface, along with its corresponding
SignalEmitter
instance. A reference to the underlying interface may be obtained viaInterfaceRef::get
andInterfaceRef::get_mut
. - Object
Server - An object server, holding server-side D-Bus objects & interfaces.
- Response
Dispatch Notifier - A response wrapper that notifies after the response has been sent.
- Signal
Emitter - A signal emitter.
Enumsยง
- Dispatch
Result - A helper type returned by
Interface
callbacks.
Traitsยง
- Interface
- This trait is used to dispatch messages to an interface instance.
Type Aliasesยง
- Signal
Context Deprecated