Struct dbus::tree::PropInfo[][src]

pub struct PropInfo<'a, M: 'a + MethodType<D>, D: 'a + DataType> {
    pub msg: &'a Message,
    pub method: &'a Method<M, D>,
    pub prop: &'a Property<M, D>,
    pub iface: &'a Interface<M, D>,
    pub path: &'a ObjectPath<M, D>,
    pub tree: &'a Tree<M, D>,
}

Contains information about the incoming property get/set request.

Fields

Message

Get, Set or GetAll

The property to be set/get

The interface the property belongs to

Object path

Tree

Methods

impl<'a, M: 'a + MethodType<D>, D: 'a + DataType> PropInfo<'a, M, D>
[src]

PropInfo to MethodInfo conversion.

Trait Implementations

impl<'a, M: Debug + 'a + MethodType<D>, D: Debug + 'a + DataType> Debug for PropInfo<'a, M, D>
[src]

Formats the value using the given formatter. Read more

impl<'a, M: Copy + 'a + MethodType<D>, D: Copy + 'a + DataType> Copy for PropInfo<'a, M, D>
[src]

impl<'a, M: Clone + 'a + MethodType<D>, D: Clone + 'a + DataType> Clone for PropInfo<'a, M, D>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a, M, D> !Send for PropInfo<'a, M, D>

impl<'a, M, D> !Sync for PropInfo<'a, M, D>