Enum dbus::tree::Access
[−]
[src]
pub enum Access {
Read,
ReadWrite,
Write,
}The possible access characteristics a Property can have.
Variants
Read | The Property can only be read (Get). | |
ReadWrite | The Property can be read or written. | |
Write | The Property can only be written (Set). |