Enum dbus::BusType[][src]

#[repr(C)]
pub enum BusType { Session, System, Starter, }

Variants

Trait Implementations

impl Clone for DBusBusType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DBusBusType
[src]

Formats the value using the given formatter. Read more

impl Copy for DBusBusType
[src]

impl PartialEq<DBusBusType> for DBusBusType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DBusBusType

impl Sync for DBusBusType