Enum libdbus_sys::DBusBusType
source · #[repr(C)]
pub enum DBusBusType {
Session,
System,
Starter,
}
Expand description
System or Session bus
Variants§
Trait Implementations§
source§impl Clone for DBusBusType
impl Clone for DBusBusType
source§fn clone(&self) -> DBusBusType
fn clone(&self) -> DBusBusType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DBusBusType
impl Debug for DBusBusType
source§impl PartialEq<DBusBusType> for DBusBusType
impl PartialEq<DBusBusType> for DBusBusType
source§fn eq(&self, other: &DBusBusType) -> bool
fn eq(&self, other: &DBusBusType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.