Enum dbus-rs::BusType
[-]
[+]
[src]
pub enum BusType { Session, System, Starter, }
Variants
Session | |
System | |
Starter |
pub enum BusType { Session, System, Starter, }
Session | |
System | |
Starter |
impl Copy for DBusBusType
impl PartialEq for DBusBusType
fn eq(&self, __arg_0: &DBusBusType) -> bool
fn ne(&self, __arg_0: &DBusBusType) -> bool
impl Debug for DBusBusType
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).