Enum dbus::tree::EmitsChangedSignal [] [src]

pub enum EmitsChangedSignal {
    True,
    Invalidates,
    Const,
    False,
}

Enumerates the different signaling behaviors a Property can have to being changed.

Variants

True

The Property emits a signal that includes the new value.

Invalidates

The Property emits a signal that does not include the new value.

Const

The Property cannot be changed.

False

The Property does not emit a signal when changed.

Trait Implementations

Derived Implementations

impl Debug for EmitsChangedSignal
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialOrd for EmitsChangedSignal
[src]

fn partial_cmp(&self, __arg_0: &EmitsChangedSignal) -> Option<Ordering>

fn lt(&self, other: &Rhs) -> bool
1.0.0

fn le(&self, other: &Rhs) -> bool
1.0.0

fn gt(&self, other: &Rhs) -> bool
1.0.0

fn ge(&self, other: &Rhs) -> bool
1.0.0

impl Ord for EmitsChangedSignal
[src]

fn cmp(&self, __arg_0: &EmitsChangedSignal) -> Ordering

impl Eq for EmitsChangedSignal
[src]

impl PartialEq for EmitsChangedSignal
[src]

fn eq(&self, __arg_0: &EmitsChangedSignal) -> bool

fn ne(&self, other: &Rhs) -> bool
1.0.0

impl Clone for EmitsChangedSignal
[src]

fn clone(&self) -> EmitsChangedSignal

fn clone_from(&mut self, source: &Self)
1.0.0

impl Copy for EmitsChangedSignal
[src]