Struct dbus::PropHandler [] [src]

pub struct PropHandler<'a> { /* fields omitted */ }

Wrapper around Props that keeps a map of fetched properties.

Methods

impl<'a> PropHandler<'a>
[src]

Create a new PropHandler from a Props.

Get a map of all the properties' names and their values.

Get a mutable reference to the PropHandler's fetched properties.

Get a reference to the PropHandler's fetched properties.

Get a single property's value.

Set a single property's value.